Search:

Type: Posts; User: KevinWorkman

Search: Search took 0.20 seconds.

  1. Re: Adjusting Size of JPanel to Boundaries of Painting

    How to Use Editor Panes and Text Panes (The Java™ Tutorials > Creating a GUI With JFC/Swing > Using Swing Components)
  2. Re: Adjusting Size of JPanel to Boundaries of Painting

    Well you know JTextPanes support embedded images and whatnot, right?
  3. Re: Adjusting Size of JPanel to Boundaries of Painting

    The size of a JPanel is mostly handled by the layout you're using with it. You could set the size of the JPanel, but make sure that the layout you're using honors it.

    You could also use a...
Results 1 to 3 of 3