hello...


can you help me please, i make a program GUI and my problem is that how can i change the GUI or to remove those minimize,restore,close on top at the right side of the GUI,is it possible?.Please help me thank you in advance hoping for your positive response...

Recommended Answers

All 6 Replies

See JDialog instead of JFrame.

it is possible: use the syntax below in the main;;;;)

frame.setUndecorated(true);

this will remove what u a talking about.

it is possible: use the syntax below in the main;;;;)

frame.setUndecorated(true);

this will remove what u a talking about.

Hi sir,thank you for the reply...Okay i will try this and i will write again if i have doubt.more power to you...

it is possible: use the syntax below in the main;;;;)

frame.setUndecorated(true);

this will remove what u a talking about.

Hello sir i tried it but it's not working it will generate error that cannot be found.please help me sir thank you in advance hoping for your positive response.

It might help to see the full error and the code, you know?

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.