Tagged Questions

0
votes
3answers
88 views

disable horizontal scroll in jscrollpane

Hi, 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 …
0
votes
2answers
25 views

jquery Jscroll Not Showing

Can't seem to get Jscroll to show up. I set a color in the style sheet just to test it but I can't get anything to show up. Any help would be greatly appreciated. …
1
vote
1answer
33 views

How to disable scrolling from mouse wheel in a JScrollPane header ?

Hello, I am currently working on a SWING frame with a JScrollPane (including a JComponent), with a row header and a column header (which are also JComponents). When the mouse is over the JComponent …
0
votes
4answers
61 views

Problem with JEditor Pane while resizing the frame

Hi , i am new to java GUI programming. i am adding a JEditor pane (with HTML text ) inside a JScrollPane and added the scroll pane to a JFrame.The problem is when i re size the frame the JEditor pane …
0
votes
4answers
80 views

JFreeChart in scrollpane

Hi, I'm having a big graph created with jfreechart. This chart is too big for the screen, so I would like to put it in a scrollpane. However, when using the scrollbar, the complete graph is redrawn …
1
vote
2answers
44 views

Add JScrollPane to a panel that shows an image

i have this little program for showing images on apanel.. but i'm not able to add a scroll to it.. and this is my code the class that extends jpanel to show the image: public class ShowPanel extends …
0
votes
2answers
185 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 …
0
votes
1answer
96 views

jQuery jScrollPane - Scrolling with mouseover event

I am using jScrollPane to scroll a div. Currently the default is to click the up and down arrows to scroll the pane. But, I would like to use mouseover instead. I have looked at the code but it is …
1
vote
2answers
245 views

JTextPane prevents scrolling in the parent JScrollPane

I have the following "tree" of objects: JPanel JScrollPane JPanel JPanel JScrollPane JTextPane When using the mouse wheel to scroll over …
0
votes
2answers
53 views

How to prevent JScrollPane from scroll down on repaint?

Hi, I have got a JScrollPane with a diagram inside. The paintComponent Methode of the diagram is overridden. Now when the diagram paints itself, the scrollpane scrolls down to the buttom. How do I …
0
votes
1answer
62 views

strange jquery problem flicker and no jscrollpane

Hey guys, I don't get it. I've coded some effects with jquery. Locally it works as intended. Uploaded on my server it doesn't. The jquery fading effect flickers and the jscrollpane doesn't work …
0
votes
1answer
222 views

Show jScrollPane in Qtip

I use Jscrollpane for my new project. which works great on the page. The page works fine but when it is called inside the qtip, the customized bar disappears. See the customized scroll bar …
0
votes
1answer
199 views

JToolbar resizing within JSplitPane

I'm trying to create an application where there is a JSplitPane which contains the document tree on the left side and the current editor pane on the right. The editor pane has a toolbar as part of the …
0
votes
1answer
82 views

disable scrolling to cell in focus

I have a jtable inside of a scrollpane. how can i stop the scrollpane from scrolling up or down when a cell that is partly out of view gains focus? the problem is i am setting the cells to editable …
0
votes
2answers
108 views

How do make an infinite jscrollpane?

I've implemented drag scroll before, but what's the best way to go about creating an infinite scroll pane? Of course there won't be any scrollbars and I will implement drag scroll. What I am trying …

1 2 next
15 30 50 per page