The moose likes JSP and the fly likes Disabling the title bar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Disabling the title bar" Watch "Disabling the title bar" New topic
Author

Disabling the title bar

Ashi ch
Greenhorn

Joined: Feb 06, 2012
Posts: 1

Hi Friends i am new to Big Moose Saloon.....
I have a a scenario in JSP . I just want to disable the minimize,close,and restore down buttons(in the title bar) of the next page when i press the button to the next page.How can i achieve this?
Swastik Dey
Ranch Hand

Joined: Jan 08, 2009
Posts: 990

On button click open your new window somewhat like this



In the above code segment url is the url of the page you wish to open.


Swastik
Wendy Gibbons
Bartender

Joined: Oct 21, 2008
Posts: 774

Swastik Dey wrote:On button click open your new window somewhat like this



In the above code segment url is the url of the page you wish to open.


umm, don't think this will work, as it is opening a java winodw (I'm not going crazy am I?)
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50693

No, that will not open a "Java window", but a new window in the browser. It will not achieve the OP's stated goals, which are not attainable.

And the OP should be aware of InterfaceDesignersRule1.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
IntelliJ Java IDE
 
subject: Disabling the title bar
 
Threads others viewed
how to customize the title bar of a JInternalFrame
Modal JWindow
hot to change the icon at title bar?
Modal JWindow
opening new window in jsp
developer file tools