Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.13 seconds.

  1. Re: JLabel and set Location doesn't work correctly

    What happens when you resize your container? What happens if you want to add or remove a component? What happens if you want to switch the orientation of your container? The layout managers are there...
  2. Re: JLabel and set Location doesn't work correctly

    Using a null layout is a bad programming practice.
  3. Re: JLabel and set Location doesn't work correctly

    Please, for the love of Gosling, use a layout: Lesson: Laying Out Components Within a Container (The Java™ Tutorials > Creating a GUI With JFC/Swing)
Results 1 to 3 of 3