For Programmers: Free Programming Magazines  


Home > Archive > Java Help > August 2005 > Implementing Code Completion in BlueJ









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Implementing Code Completion in BlueJ
bherbst65@hotmail.com

2005-08-30, 9:56 pm

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

Richard H

2005-08-31, 7:56 am


<bherbst65@hotmail.com> wrote in message
news:1125451221.999033.133230@z14g2000cwz.googlegroups.com...
> 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.


<snip>

Where does it say about this feature? It is not in any version of BlueJ I
have ever used. If you want something with auto complete try netbeans.


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com