-1
I created a window that was Width 360 x Height 800. Only 800 height can not be seen on the monitor.
How do I add a scroll in the window?
-1
I created a window that was Width 360 x Height 800. Only 800 height can not be seen on the monitor.
How do I add a scroll in the window?
0
Make a JPanel
scrolling using JSCrollPane
in this way:
JPanel container = new JPanel();
JScrollPane scrPane = new JScrollPane(container);
add(scrPane);
Details
Browser other questions tagged java eclipse window-builder
You are not signed in. Login or sign up in order to post.
@diegofm why don’t you add the answer? I don’t understand.
– viana
Scrollpane even. Solved Thanks!!
– Júnior
@Junior Need, run along and we’ll help you any way we can. Hugs.
– viana
@diegofm Got it! You signaled as wide?!
– viana