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
Post a Comment