Hi all,
Does anyone of you know how to hide title-bar(actually I want to hide the close button) of a JEditorPane.
Thanks
Eranga.
Printable View
Hi all,
Does anyone of you know how to hide title-bar(actually I want to hide the close button) of a JEditorPane.
Thanks
Eranga.
Oh how bad it is. If I put the JEdiotPane on a JPanel and setUndecorated(true) hide the TitleBar.
Question is solved.