Tagged Questions
3
votes
1answer
84 views
Scaling and zoom
I need to implement zoom for a JDesktopPane contained in a JScrollPane. I have had prior success zooming by overriding the paintComponent(...) method and calling scale(double,double).
This is not ...
0
votes
0answers
85 views
Swing Borders not displaying properly unless full screen
Hi have a JFrame containing a JDesktopPane that can contain an arbritrary number of JPanels (each JPanel contains a Processing applet). Unfortunately, the borders on some sides of the panels do not ...
0
votes
1answer
926 views
Which components can be added in a JDesktopPane?
I'm having some trouble designing an MDI Application with Swing.
I have no trouble implementing the JDesktopPane & JInternalFrames, my question will be a little more specific. Here is my base ...