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)
How to create a new Shape out of two Ovals in AWT?
For my program, I want to have two ovals overlap and then create a new shape out of the overlapped area. So that I can later combine the resulting shape again with another shape.
In the end, I want to...
Tommygun mit vier m
Votes: 0
Answers: 1
How to Click a desired pixels on the screen?
I'm trying to make a program that clicks the specified pixel on the screen.
I can do a screen capture like this
Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
Rectangle screenRect...

Mohamed Essam
Votes: 0
Answers: 1
JScrollPane "stretching" out the panel that I add to it
I have to make a scrollable list where I can add a panel with 3 labels many times.
I kind of made it work but the first panels are stretched and occupy all the area of the JScrollPane and I can't figu...
vasll
Votes: 0
Answers: 1
Method to pass argument to select Yes and No radio button
I am trying to pass method argument to select "Yes" radio button or "No" radio button.
MY CODE
import java.awt.Component;
import java.awt.Container;
import java.awt.Dimension;
impo...
vinoth
Votes: 0
Answers: 1