| Author |
Adding resizable components to JPanel
|
Jesse Miller
Ranch Hand
Joined: Apr 05, 2010
Posts: 37
|
|
|
I have a bit of code that creates movable squares on a JPanel for the user to move as they like. I would like to add an option to allow for a re-sizable and movable rectangle to be added to the JPanel along with the squares. I found a bit of code at http://zetcode.com/tutorials/javaswingtutorial/resizablecomponent/ that allows you to create a re-sizable component. My question is, how would I add this to my JPanel. My code is below.
|
 |
Rob Camick
Ranch Hand
Joined: Jun 13, 2009
Posts: 1787
|
|
|
Component Resizer might be what you are looking for.
|
 |
 |
|
|
subject: Adding resizable components to JPanel
|
|
|