java - Zoomable panel in netbeans -


i have create application in java, allow user display url in small panel, , should allow user zoom panel covers other components in frame.

i suggest using layeredpane , putting component on top of other components. here tutortial on how use them: http://download.oracle.com/javase/tutorial/uiswing/components/layeredpane.html


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -