Tagged Questions
The tag jscrollpane could be used for questions about two topics: 1) a Java Swing component named JScrollPane, 2) a jQuery plugin. Please verify the companion tags to clarify the context of the question.
12
votes
2answers
10k views
How to set AUTO-SCROLLING of JTextArea in Java GUI?
I have embedded a JTextArea on a JScrollPane and am using that JTextArea for output.
I want that whenever the ouput goes beyond the size of the JTextArea, the JTextArea scrolls automatically so that ...
11
votes
3answers
7k views
JTable Scrolling to a specified row index
I have a JTable that is within a JScrollPane. Rows are added to the table at runtime based on events that happen in my application. I want to have the scoll pane scroll to the bottom of the table when ...
9
votes
4answers
4k views
JScrollPane and JList auto scroll
I've got the next code:
listModel = new DefaultListModel();
listModel.addElement(dateFormat.format(new Date()) + ": Msg1");
messageList = new JList(listModel);
...
8
votes
3answers
1k views
JScrollPane scrolling with arrow keys
I've a JTextArea component inside JScrollPane and the text area is not editable. I would like to enable scrolling of the text area with up and down arrow keys (i.e. pressing the arrow keys will scroll ...
6
votes
2answers
231 views
How to hide the arrow buttons in a JScrollBar
I need to hide the arrow buttons of java.awt.Scrollbar(VERTICAL) in an AWT application.
Does anyone know how this can be achieved?
I saw an example here, but the code just hides the buttons. The ...
6
votes
4answers
243 views
Making image scrollable in JFrame contentpane
I am trying to display a large image inside a JFrame's contentpane. I would like to make the image or contentpane scrollable as the image is large. I tried to do it using Jscrollpane and add it into ...
6
votes
3answers
4k views
Swing: Scroll to bottom of JScrollPane, conditional on current viewport location
I am attempting to mimic the functionality of Adium and most other chat clients I've seen, wherein the scrollbars advance to the bottom when new messages come in, but only if you're already there. In ...
5
votes
2answers
84 views
How to reach at the end of the TextArea [closed]
Possible Duplicate:
How to set AUTO-SCROLLING of JTextArea in Java GUI?
I'm creating an application in which the user types the text in a TextField from which the text is appended to a ...
5
votes
6answers
2k views
How do I force JScrollPane to only scroll vertical?
Guys, I need to put some buttons in a jscrollpanel, but the JScrollPane won't create a scroll vertically. I'm using a JPanel inside the JScrollPane which is using the simple FlowLayout layout. How can ...
4
votes
1answer
160 views
jQuery - jScrollPane with AJAX : mouse wheel not working
I haven't found any solution about my current problem yet: I can't make the mouse wheel work with the jScrollPane Plugin (for jQuery) on my website.
For information, I use this plugin with AJAX (in ...
4
votes
2answers
68 views
Floating JButton in left corner
I have a huge JPanel so it is scrollable. In this JPanel I have JButton at the right corner. When I want to push it I always need to scroll here. Is it possible to have floating JButton at the right ...
4
votes
2answers
211 views
stop horizontal scrolling in JTextArea
I want to add a JTextArea to an application. Normally that textarea contains large content and both horizontal and vertical ScrollBars appear when running that application. I want to remove horizontal ...
4
votes
3answers
140 views
Shrink JScroll Pane to same Height as JTable
I currently have JTables nested in JScrollPanes like so:
My problem is that the number of rows in each table is variable when the table is created. What I want to do is make the JScrollpane smaller ...
4
votes
1answer
513 views
jScrollPane: Remove scrollbar gutter?
I'd like to have the scrollbar place over the content instead of forcing a gutter beside it.
In the attached image you can see what it currently does with the red scroll bar...it creates a vertical ...
4
votes
2answers
472 views
Back button not working in chrome…Tried tons for weeks!
We are using jscrollpane to navigate through some divs when clicking a hash anchor (#). When the back button is clicked in Chrome, the url changes in the address bar but the browser does not navigate ...
4
votes
3answers
227 views
jscrollpane block scrolling parent
Can i make jscrollpne such that parent pane doesnot scroll even when child scroll has reached its bottom. Now when child scrolling reaches bottom scrolling of parent occurs. I want parent to scroll ...
4
votes
2answers
1k views
Why does my jscrollpane result in odd paint calls in java swing?
I've got a routine that paints an insanely large graph inside a scroll pane. It's too big to paint before adding to the scrollpane - the menory requirements would be several gigs.
Because of the size ...
3
votes
1answer
84 views
Java: JScrollPane disable scrolling when ctrl is pressed
I want to disable scrolling with the mousewheel in my JScrollPane while ctrl is pressed.
When you press ctrl and move the wheel you will zoom in/out AND also scroll the panel, which is not what I ...
3
votes
2answers
63 views
JScrollPanes scrollbars not showing up
So, I have a grid layout which stores JScrollPane's in each cell. These are also put into an array for other purposes. The "View" extends "JPanel" so it's just a regular panel with image support. The ...
3
votes
1answer
113 views
Word wrap in JList items
I have a JList with very long item names that cause the horizontal scroll-bar to appear in scroll-pane.
Is there anyway that I can word wrap so that the whole whole item name appears in 2 rows yet ...
3
votes
2answers
108 views
How can I get selected JScrollPane element?
All I want to do is when user selects one element on the JScrollPane and clicks button, I want to grab this object/element of the JList it holds. How can I do that?
3
votes
2answers
73 views
Lock JScrollPane to bottom of JTextArea (java swing)
I currently have a setup where I have a JTextArea inside a JScrollPane so that you can scroll though the text in the box.
What I would like to do is set the JScrollPane up so that whenever new text ...
3
votes
2answers
170 views
Java JScrollPane
I'm trying to add a Vertical scrolling my java programs textarea. I am using this code to create my JScrollPane:
console = my textarea.
I am also Declaring JScrollPane vertical;
vertical = ...
3
votes
1answer
55 views
How to substitute a JScrollPane child component
I have a JPanel that contains a JScrollPane that contains a JTable. Inside my panel constructor it's created this way:
//inside MyPanel extends JPanel class constructor
public void MyPanel(){
...
3
votes
1answer
115 views
Java ScrollPane overlapping contents
I'm having what I am sure is very much a beginners problem with my JScrollPanes. The problem is that the vertical scrollbar overlaps the components within the enclosed panel (on the right hand side). ...
3
votes
2answers
236 views
Smoother scrolling in a JScrollPane
Using a JScrollPane's scrollbar arrows to scroll (or by setting up key bindings for the arrow keys) moves the viewport one increment, pauses, then scrolls smoothly. Most scrollbars I've encountered ...
3
votes
1answer
208 views
Drawing a static image over the viewport of a JScrollPane
I am trying to draw a red square over a JScrollPane. The code I have below does an okay job of this, but sometimes when I scroll the viewport too fast, the red square jumps up or down.
This struck ...
3
votes
1answer
236 views
JTable inside JLayeredPane inside JScrollPane - how do you get it to work?
I want to put objects coming out of a JTable, layered on top of it, so using a JLayeredPane seems natural. However, getting this to paint properly, do the headers properly etc is very hard. How do I ...
3
votes
2answers
74 views
Who owns the color of the edges of a Java Swing scrollable viewport?
I have a JScrollPane with a JPanel that implements Scrollable as its viewport view. When I set ScrollableTracksViewportHeight and ScrollableTracksViewportWidth to false, my panel stays at its ...
3
votes
1answer
135 views
How do I save my JScrollPane position after I do a JFrame.pack()?
I have the following code:
JFrame frame = new JFrame();
JScrollPane scrollPane = new JScrollPane(new panel(with stuff in it));
frame.getContentPane().add(scrollPane);
So the user scrolls a bit and ...
3
votes
1answer
136 views
Scrolling even when mouse leaves the browser window?
An observation regarding the official jScrollPane full page scroll demo...
Click and drag the large vertical scrollbar controlling the window. I've noticed the following behavior when you click+drag ...
3
votes
4answers
509 views
Line wrap in a JTextArea causes JScrollPane to missbehave with MiGLayout
I am having trouble with the same thing as this guy:
MigLayout JTextArea is not shrinking when used with linewrap=true
and I used the solution described in one of the answers; to set the minimum ...
3
votes
2answers
181 views
resize the first column of table i.e number showing column in java
I include sample code of my application
1st class
import java.awt.BorderLayout;
import javax.swing.JFrame;
import javax.swing.JScrollPane;
import javax.swing.JTable;
import ...
3
votes
1answer
510 views
FlowLayout not flowing with JScrollPane around it
I have a bunch of buttons on a JPanel using a FlowLayout. It looks really nice. When the buttons reach the right side of the panel they start out on a new row creating a nice 2-dimensional grid.
...
3
votes
5answers
834 views
How do I speed up the scroll speed in a JScrollPane when using the mouse wheel?
I see the method JScrollPane.setWheelScrollingEnabled(boolean) to enable or disable the mouse wheel scrolling. Is there any way to adjust the speed of the scrolling, though? It is, in my opinion, ...
3
votes
1answer
236 views
Java: Strange behavior of JEditorPane wrapped inside JScrollPane
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.
When ...
3
votes
2answers
2k views
JScrollpane resizing with variable-sized content
My resizable JScrollPane's content has a minimum width. If the JScrollPane is smaller than this width, horizontal scroll bars should appear. If it's greater than this width, the viewport content ...
3
votes
2answers
1k views
Java - Transparent JScrollPane
I have a JTextArea and it's riding ontop of a JScrollPane. Anyways, I know I can use the getViewPort() method to set the opaque of of the view port... but I cannot seem to find any sign of how to do ...
3
votes
3answers
2k views
How to get rid of the border with a JTable / JScrollPane
If you run the small sample below you'll see a border around the center region. I'm not sure why this border is showing. It happens when a JTable is in a JScrollPane. I tried various things to ...
3
votes
2answers
746 views
Java Swing: Autoscrolling using JList and JScrollPane
I'm having this problem:
I have a JList (within a JScrollPane) with say about 1000 elements, and the dimensions of this JList obviously doesn't allow to show all the data. Now, I have this JList ...
3
votes
5answers
7k views
disable horizontal scroll in jscrollpane
I have a JScrollPane with FlowLayout that I want to have a fixed width. It should be scrolling vertically only, and the contents should be rearranged automatically when I resize the window. I think ...
2
votes
2answers
23 views
how to make JPanel's length and width extendible automatically?
I have a JScrollPane and inside it I placed a JPanel.
There is also a button, when pressed, a rectangle of random length and width will be drawn
on the panel. So each time this button is pressed, the ...
2
votes
1answer
45 views
Get all content of a JScrollPane
I need to save a JScrollPane's content as an image. It's content is too big to fit into the screen, so it has scroll bars.
Is there a way to get all content of this pane, including row and column ...
2
votes
1answer
54 views
Resize Graphics2d into JScrollPane
In connection with question Resizing a component without repainting is my question how to create resiziable custom Graphics2d in form
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
...
2
votes
0answers
51 views
A Java Scroll Indicator with floating scrollbars which only appears during scrolling
I need a scroll pane with scrollbars only visible during scroll events or when needed to pull.
Something that looks like the scroll bars on the nowadays smartphones.
I searched a lot but found only ...
2
votes
2answers
39 views
Java - JPanel & its contents how to set bounds
I have 3 JPanels on my JFrame. Anyhow the JPanels expand vertically and horizontally as the JFrame is being re-sized they are bound to JFrame.
I am wondering how do i set JScrollPane that is inside ...
2
votes
0answers
33 views
Multiple jScrollPanes overlapping and preventing access to others
I have a "1 page" website that has the content change via jQuery when you click on a link.
Here is a sample of the DIV layouts:
<div id="div1" class="scroll-pane">
</div>
<div ...
2
votes
1answer
60 views
JScrollPane - automatically scroll to bottom?
I've been trying to create a a scroll pane that automatically keeps scrolling down as the user adds more lines of text to the window. I implemented this:
...
2
votes
3answers
81 views
JOptionPane and scroll function
I want to JList a lot of results in a JOptionPane, however, I'm not sure how to add in a scroll function should there be too many results. How would I add a scroll bar to a JOptionPane? Any help would ...
2
votes
0answers
160 views
jScrollPane causes slow script warning
I encountered a slow script warning in IE 9 while using jscrollpane on a page containing a scrollable (i.e. some jscrollpanes inside) overlay with a bunch of content. In Firefox 8 everything works ...