jframe
Getting java to display more than 1 .add()
I\'ve started learning basic Java and wanted to rewrite a Game Map Generator that I\'ve once wrote in PHP. I\'ve got part of it working fine (This is just the start), but whenever I want to display 2[详细]
2023-04-13 06:23 分类:问答How to Change JFrame Size dynamically
I have a simple drawing program, I set开发者_如何学JAVA my Jframe\'s size with the following code:[详细]
2023-04-11 20:30 分类:问答How to deploy a JFrame in multiple monitor configuration
I\'d like to build an app that has 2 windows. The first one should always be in the first monitor, and can\'t be maximized.[详细]
2023-04-11 16:55 分类:问答Java - the ol' transparent JFrame, without restricted libs
Yes, this question is everywhere.But all of the (working) solutions use the AWTUtilities toolkit, which is restricted.[详细]
2023-04-11 04:22 分类:问答Setting up a JPanel in a JFrame?
So, I\'ve been working to redo my code so that the painting is all done in a JPanel instead of a JFrame so I can do some very much needed image buffering.[详细]
2023-04-10 14:31 分类:问答JFrame intercept exit on close to save data
I created a window and want to intercept the exit with the method windowStateChanged to save the data before the application closes. However, it doesn\'t appear to be saving the data before it closes.[详细]
2023-04-10 08:41 分类:问答Java - how do I prevent WindowClosing from actually closing the window
I seem to have the reverse problem to most people.I have the following pretty standard code to see if the user wants to do some saves before closing the window:[详细]
2023-04-10 08:26 分类:问答How can I refresh or reload the JFrame? [closed]
Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarif开发者_StackOverflowy the problem by editing this[详细]
2023-04-10 07:04 分类:问答how to validate only show me geometric shapes smaller than a JFrame
I can make a program to enter a series of values of geometric figures to show me开发者_Go百科 in a JFrame.[详细]
2023-04-09 21:12 分类:问答Help making an eraser for a paint program in java
Making a very basic paint program for a class and one of the requirements is that we must make an eraser. Not sure how to do that, We are using a bufferedimage that is then getting pasted to our jfram[详细]
2023-04-09 18:30 分类:问答