Unzip Attack
Legacy Member
Ik heb deze vraag ook op een java forum gesteld, hopende op succes zet ik het hier ook nog eens :
"I'm making a simple webbrowser with the JDesktop (jdic) parser (using your standard browser as parser)...
The problem I have :
I have a "JTabbedPane" containing a "JSpitPane". This JSplitPane contains a "JCombobox" (as URL field) and a "JScrollPane".
The "JScrollPane" contains the jdic WebBrowser...
When I resize the JFrame of my application bigger, everything will resize okay. When I'm making my JFrame smaller, the JScrollPane doesn't resize correctly , so the scrollbars are gone !
I tried already a lot of things like putting the jdic WebBrowser directly in the JSplitPane, using a JPanel instead of the JSplitPane, ...
It only works correctly if I add the jdic Webbrowser directly to the JTabbedPane...
I know it's difficult to understand but I hope somebody can help me !
If you know another solution to add a JCombobox and a jdic Webbrowser together, let me know !"
Thx in advance!
"I'm making a simple webbrowser with the JDesktop (jdic) parser (using your standard browser as parser)...
The problem I have :
I have a "JTabbedPane" containing a "JSpitPane". This JSplitPane contains a "JCombobox" (as URL field) and a "JScrollPane".
The "JScrollPane" contains the jdic WebBrowser...
When I resize the JFrame of my application bigger, everything will resize okay. When I'm making my JFrame smaller, the JScrollPane doesn't resize correctly , so the scrollbars are gone !
I tried already a lot of things like putting the jdic WebBrowser directly in the JSplitPane, using a JPanel instead of the JSplitPane, ...
It only works correctly if I add the jdic Webbrowser directly to the JTabbedPane...
I know it's difficult to understand but I hope somebody can help me !
If you know another solution to add a JCombobox and a jdic Webbrowser together, let me know !"
Thx in advance!