How to Zoom In/Out on JPanel
843806Mar 13 2008 — edited Mar 13 2008Hi,
I am working on an application and it that i have created one JPanel and added custom components to it.
Now my problem is i want scale the JPanel, how an i do that and after scaling the Jpanel i want the all components i added in that also scale and reposined accordingly. Also i want to handle the event from that components after scaleing.
Thanks in advance.