Search:

Type: Posts; User: evert67

Search: Search took 1.17 seconds.

  1. Re: How to set (minimum) panel size for panel with a Graphics2D object only?

    Yes, I read that later. Which is the preferred method, override getPreferredSize() or use setMinimumSize() ?
  2. Re: How to set (minimum) panel size for panel with a Graphics2D object only?

    Thanks a lot! It works!
  3. How to set (minimum) panel size for panel with a Graphics2D object only?

    I am writing a program to solve Sudoku puzzles. I create the user interface using AWT/Swing.

    One panel of the main window (JFrame object) contains a Graphics2D component only (a grid for the...
Results 1 to 3 of 3