Implementing Code Completion in BlueJ
- From: bherbst65@xxxxxxxxxxx
- Date: 30 Aug 2005 18:20:22 -0700
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
.
- Follow-Ups:
- Re: Implementing Code Completion in BlueJ
- From: Richard H
- Re: Implementing Code Completion in BlueJ
- Prev by Date: Re: Good books for a complete beginner!
- Next by Date: Re: Good books for a complete beginner!
- Previous by thread: Help: adding a JPanel to a JPanel in the center layout
- Next by thread: Re: Implementing Code Completion in BlueJ
- Index(es):