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)
Running a window again that has been destroyed in tkinter
I have created a window ("Main") that contains a button ("Create") that triggers another window("Form") upon clicking. This newly-created window contains some entry field...
Tharun Vemula
Votes: 0
Answers: 0
Eclipse game window opening very small
Whenever I run my game, the game window opens up very small, like below, how can I fix this. I believe it is something to do with JFrame.setPreferredSize(new Dimension(x,y)); but I don't know where to...
Hasnain
Votes: 0
Answers: 0
Window moving by clicking on Button
I am learning Java development and my teacher gave me an exercise to create a window with four Buttons for moving the window up, down, right, or left in 10px steps. I wrote this source:
if (e.getActio...
Jens Schramowski
Votes: 0
Answers: 1