python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
JScrollPane takes up whole JFrame
I'm trying to create a form for a Task List, that will have a list of tasks sitting in a JScrollPane, with some buttons below it, to essentially look like this:
The problem I'm running into is that t...
ChrisG29
Votes: 0
Answers: 0
How to add Two components on the right side of the splitted plane in Java Swing
I want to add two components on the right side, i.e. JTextField and JTable on right side of the split plane. The below code is not working. What shall I do?
The result of the above code :( but if I ...
Apurva Dhok
Votes: 0
Answers: 1
How to show the Button in the bottom of the JScrollPane Inside a JFrame
I am working on an application in which I am trying to show a banner in a JFrame. Inside the JFrame, I using a JScrollbar which is using JEditorPane to display content of a HTML page.
public stati...
Manish
Votes: 0
Answers: 1
Scaling JScrollPane with picture
I'm new to java and swing:). I need help with scaling JScrollPane when I scaling picture whit method scale :
Graphics2D g2 = (Graphics2D) g;
g2.scale(1, 0.3);//I need to scale my picture
When I apply ...
Kris_Holder
Votes: 0
Answers: 0