I have created a frame , which cannot be maximized , but i want to make the frame non drag gable, want the frame in fixed position.

Recommended Answers

All 2 Replies

Try setting the location of your frame under your listeners, so it will always stay in this position

Java frames have a isResizable() method that allows you to disable the user's ability to resize the window.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.