python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Change the arrow button color of a JScrollPane's scrollbar
I have a JScrollPane containing a JTextArea. I know how to change the color of the thumb and the track of the ScrollPane's scrollbar but want to either change the color of the arrow buttons as well or...
Luqus
Votes: 0
Answers: 0
Is there a way to draw a fixed rectangle on a JScrollPane?
I'm trying to draw a stationary rectangle on top of a JScrollPane. This would look similar to freezing the first row in Microsoft excel and scrolling down. I tried using a JLayer and LayerUI to achiev...
asdf
Votes: 0
Answers: 0
JScrollPane not showing in java
I have a textarea which will contain a lot of input lines, and i need a scroll.
i don't know why isnt it showing, there are no errors.
JFrame main_GUI = new JFrame(); //main frame
JPanel body = ne...
Pulse
Votes: 0
Answers: 0