Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.09 seconds.

  1. Thread: JDialog

    by KevinWorkman
    Replies
    6
    Views
    1,114

    Re: JDialog

    Like we said, that is almost definitely not the way to go. You should get into the habit of using a layout manager, otherwise you're in for a world of headaches down the road.
  2. Thread: JDialog

    by KevinWorkman
    Replies
    6
    Views
    1,114

    Re: JDialog

    You shouldn't specify the location or size manually. You should use a layout manager instead. Recommended reading: Lesson: Laying Out Components Within a Container (The Java™ Tutorials > Creating a...
Results 1 to 2 of 2