The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search

Trail: Creating a GUI with JFC/Swing
Lesson: Converting to Swing

Solving Common Conversion Problems

Problem: I'm seeing weird problems that seem either intermittent or dependent on timing.

Problem: My applet/dialog/frame is blank.

Problem: In the Swing version of my program, the list/text component is missing its scroll bars.

Problem: Although I'm using the same grid bag layout code as before, one scrollable component is tiny.

Problem: I'm not getting the kinds of events I expected for the Swing component I'm using.

If you can't find your problem on this page, check Solving Common Component Problems(in the Creating a User Interface trail).


Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search