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)
Why isnt my Paint Drawing on my Canvas? How Would I Draw a Checkerboard Based Upon a 2d Array?
I am slightly new to Java and have messed around with Swing and AWT a few times, but I cannot currently get what I have to work. I have two classes,
Class GameController:
import java.awt.*;
import jav...

user16879601
Votes: 0
Answers: 0
Using Java to paint on an X11 window by ID
My goal is to use Java libraries to paint on an X11 window. The problem is I want to do this on a window that already exists and that I know the window ID of it. I've done this with C and Rust, but wo...
robbie.huffman
Votes: 0
Answers: 0
New Java awt project just shows grey screen?
So I started making a little Java awt application.
I've done this a few times before because it's easy but for some reason nothing is rendering on this one.
Below is a little demo project (literally 2...
slit bodmod
Votes: 0
Answers: 1
Is there a way to resize a Libgdx window based on the monitor's maximum bound?
What I mean is there a way to set the window size to related to the result given by this method: GraphicsEnvironment.getLocalGraphicsEnvironment().getMaximumWindowBounds() ? This gives back a differen...
Brexit2001
Votes: 0
Answers: 1