b***@hotmail.com
2005-08-31 01:20:22 UTC
Hi All,
I have Win2K and have j2sdk1.4.2_08.
I have downloaded BlueJ and am looking for directions to invoke the
code completion feature that is claimed to be in BlueJ.
public void showFrame() {
JFrame myFrame = new JFrame(title);
myFrame.getContentPane().add(this, BorderLayout.CENTER);
myFrame.pack();
myFrame.setSize(new Dimension(width, height));
myFrame.setVisible(true);
}
The code completion that I am familiar with shows
if I placed my cursor after "myFrame" , enter a "." it will show me in
a drop down, the options of what would be possible to be entered next.
You help is appreciated.
Bob
I have Win2K and have j2sdk1.4.2_08.
I have downloaded BlueJ and am looking for directions to invoke the
code completion feature that is claimed to be in BlueJ.
public void showFrame() {
JFrame myFrame = new JFrame(title);
myFrame.getContentPane().add(this, BorderLayout.CENTER);
myFrame.pack();
myFrame.setSize(new Dimension(width, height));
myFrame.setVisible(true);
}
The code completion that I am familiar with shows
if I placed my cursor after "myFrame" , enter a "." it will show me in
a drop down, the options of what would be possible to be entered next.
You help is appreciated.
Bob