I add a jtextarea to my jscrollpane but I dont know why it\'s not working! would u please help me? problem is my text go down, but scroll not working in GUI.
I have a JPanel where I draw shapes. this panel is added to a scrollPane. but the scrolling doesn\'t work when a shape is out of the scene. is there an easy way to autoscroll or I have to do it progra
I\'m working on a little applet that has a list of items in a JScrollPane on the left. the user will be able to add and remove elements from this list.
I have a problem with a JScrollPane that I can not switch to high position, I tried everything: setValue(0);
I have this interfa开发者_如何转开发ce to create. I have a problem with the JScrollPane: I declared a JPanel with a Gridlayout(8,1,0,2), I want 8 rows appear in this panel.
Ive used a jscrollpane here and its working fine on normal computers: http://smartpeopletalkfast.co.uk/ppr6/aw11
I have 开发者_Python百科a JScrollPane that contains a vertical Box. I\'m inserting new JPanel\'s at the top of Box. If I use the scrollbar to scroll down I\'d like for the current view to remain where
Is it pos开发者_运维百科sible to synchronize two scrolls?Add this function to your code: jQuery.fn.synchronizeScroll = function() {
I am trying to style my jScrollPan开发者_运维问答e but I find that my scroll bar is extending out of the container
I\'m trying to build a simple help system to my software. The help system built from JEditorPane(Loaded with HTML file) wrapped inside of JScrollPane, inside of the same window there is a JLabel.