Hide Minimize Button in JFrame - Swing

Hi Everybody,
Is it possible to Hide the Minimize Button which will appear in right top Corner of the JFrame?
OR
Is it possible to deactivate the Minimize Action in the JFrame?
This is for Java Application.
Thanks in Advance.
Best Regards
Sam

Hi,
Please open the iView in Content Administration> click on Properties check for the properties. If nothing works try changing Height Type to Automatic.
Hope it helps.
Regards
Sahil Kohli

Similar Messages

  • How to disable close & minimize button of jframe?

    how can i disable the close and minimize button of the Jframe?

    to disable minimize
    setResizeable(false);
    to inactivate the close button
    setDefaultCloseOperation(JFrame.DO_NOTHING_ON_CLOSE);

  • Hide minimize button in portlet

    I have a JSR 168 portlet and by default it displays a maximize and a minimize button. How can I get it to only display the maximize button?

    Please post to the appropriate newsgroup at http://newsgroups.bea.com/bea/forum.jspa?forumID=2045
    thanks
    Raj

  • How to disable the minimize button on the JFrame?

    Does anyone know how to disable the "Minimize" button on the JFrame (Window)?

    Why bother using a JFrame at all? Just extend JDialog, and there won't be a minimize button to worry about at all. The only drawback is that a JDialog doesn't put an icon in the taskbar, so you have to move/close other windows until you can see the JDialog window on the desktop.
    The windowMinimized stuff doesn't let you stop what the window is doing -- you just get an event telling you what happened.

  • How to disable minimize button(icon) of jframe

    how to disable minimize button(icon) of jframe

    HELP!
    I need to do a similar thing. Along with a couple other things.
    I was able to control some windows thru a unix window manager like I would for Motif (the use the window name of AWTapp or AWTdialog are recognized when doing xwininfo) That is all I can seem to get. Nothing changes this.
    Does anyone know how?
    Anyway. mwmDecorations and mwmFunctions settings appear to allow setting of some of the windows. But I need control 100%of the time.
    I need to disable the CLOSE button in all java windows or find a way that the window manager event can get back to the java application. Currently it is not recognized.
    In some windows I need other items disabled such as SIZE & MAXIMIZE.

  • Hiding minimize button in the frame

    hello,
    how can i hide a minimize button in frame.
    thanks in advance
    daya

    You'll have to set the visibility of the JFrame to false i.e.
    frame.setVisible(false);However, if you do this you may not be able to reopen your application unless you keep probably a JWindow containing a button or something to set the visibility of your app to true. So keep that in mind.
    Happy Coding!
    ICE

  • Hide Max,Min in JFrame

    Hello,
    I have written an application using swings. I used JFrame. How am I to hide the maximize, minimize options at the window header?
    Thanks

    Try searching the 'net for "how to remove minimize maximize in jframe".
    You'll likely find suggestions on using awt.Window as a simulation. Or on using JWindow, here: http://www.experts-exchange.com/Programming/Programming_Languages/Java/Q_11305977.html.
    This forum itself has this enigmatic post: http://forum.java.sun.com/thread.jsp?forum=57&thread=121334
    This touches on the issue again: http://forum.java.sun.com/thread.jsp?forum=57&thread=123743
    This mentions a jdk 1.4 method: http://forum.java.sun.com/thread.jsp?forum=57&thread=343419
    This has a more extensive post re the same: http://forum.java.sun.com/thread.jsp?forum=57&thread=237508
    about 14,000 more posts
    Please research before posting. If you have researched please post what you've found so replies don't repeat rejected solutions.
    --A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Macbook pro.minimize button is inactive. Finder menu bar and dock won't appear when firefox is open. not occuring with safari. have to click on desktop to get Finder menu bar and dock to reappear. think happens after update of something. How do I fix it?

    When i open firefox it opens up full screen (as it always has) but now the minimize button is grey (not yellow) and inactive so i can only open (green button) or close (red button) my firefox window. I can still make it smaller by dragging the bottom right corner but i can't minimize it to my dock or anything. Also, I have my dock set to auto show/hide when i roll my pointer over it. Now, whenever Firefox is open (no matter what size the window is) the Finder menu bar (with the time, battery power, etc) does not show up (which it always has before) and my dock won't auto appear when i roll my pointer over it.

    Can you check this issue on Firefox 9?
    * getfirefox.com

  • How to add a Button in JFrame title Bar ?

    Hi Folks,
    I want to add a button near to JFrame's Minimize Button(On the title bar). How can i do it ? Should i extend RootPaneUI and add custom button ? Any other easy ways to do this ?
    If anyone provides me Sample Code how to do it, It is much Appreciated.
    Thanks,

    There's no easy way to achieve this. You'll have to provide a RootPaneUI delegate with a custom title pane implementation. There, you'll have to provide a custom layout to position your button. In addition, this approach will not work on look-and-feels that do not support decorated mode (such as Windows or GTK) since under such LAFs the title pane always comes from the OS.

  • Missing Minimize Button (Greyed out, anyway)

    Lately, I've noticed that many times my mail application's yellow "minimize" button is greyed out. The way I can minimize the application is with the apple=H (Hide) command. Then, later on, when I bring the application back on screen, there is the yellow minimize button.
    I put this post in the mail thread, because that was the only application so affected. But this is not really true, any longer. I do notice it, but far less frequently, on iChat and Skype too.
    Anyone know the causes and cures of this? Not really the biggest deal in the world, but it is an annoyance.
    Kenny

    I also experience this on many different applications, from Safari, to Mail, to Adium. It is indeed very frustrating and is always solved by quitting and re-opening the application.
    I (and many of my friends) have had this occur in all different point releases of Tiger and I'm also seeing it in Leopard 10.5.1

  • Minimize button doesn't appear.

    The minimize button doesn't appear in Photoshop CS for Mac, and I don't know how
    minimize the program and it's harming my workflow. I'm a new user on Mac.

    Thanks for your responses, someone here should have passed for this silly thing.
    I mean this is a very basic problem.
    I'm using this function 'Hide Photoshop' but it's strange since Photoshop doesn't appear at Dock when I use this.

  • The minimize button  is the only button that appears !!!!!

    Hi all,
    I am writing a java application and I encountered a problem. In fact the JFrame under windows is working perfeclty but when I run it on a unix machine using cygwin some buttons of the JFrame don't appear such as the close button, in fact the only button that appears is the minimize button. Has anyone encountered this problem before?
    Thank You
    Regards

    Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps BEFORE doing the reset.

  • Minimize Button Disabled, Icons not clickable

    I havent noticed a pattern yet, but at seemingly random times the minimize button on windows will be grayed out and disabled.
    Pathfinder has done it several times, and now I've had a TextEdit window do it too. I can "hide" the application via the menu, which will not put the window in the dock, but I can't minimize the window.
    Also, I use an external monitor at work, set as the primary display. (spaces is enabled) When I put my mac to sleep and go home, I open it and one of two things happens. It will either reboot immediately, and get hung up in the boot sequence, requiring me to power off manually and restart; or, it will open up fine, but the desktop icon for my harddrive is visible, but can't be selected, and the cursor is something unrecognizable.
    Very strange. Anyone got a fix for these?
    Thanks.

    This is an old old bug that has been around since the early 10.4 days. It has been discussed out here many times but as of yet there is not a clear cut solution. I used to have it happen quite often but it ended for me about the time 10.4.8 came out and I have not had it since. The best theory for it has to do with a cache file becoming corrupted over time. Cleaning the caches seems to clear it up for anywhere from a few days to a few months. It was thought at one time that a third party application called Safari Enhancer was responsible for this happening but that did not turn out to be the case.
    Quitting and relaunching the offending application is the only solution and it is temporary. Doing a complete restart of the system will cure it for a couple of days or a couple of weeks. Your mileage may vary on that.
    I would also advise that you let Apple know that this bug still exists. You can tell that at the OS X feedback link.

  • Controlling display of maximize Minimize buttons for Portlet desktop

    I am consuming non-weblogic producer in a weblogic based federated portal. Just wondering if this possible for a proxy portlet running in a streaming desktop. I Would like to remove the maximize and minimize buttons.
    For a file based proxy portlets, I control the icons using this fragment in .portlet file of the proxy portlet.
    <netuix:titlebar><netuix:minimize/><netuix:maximize/></netuix:titlebar>How do I achieve this in my scenario as i am using streaming?

    Hi
    I would have tried this on my side, but I DO NOT have any portal domain running right now. Basically, when you create a proxy Consumer Portlet, can you open that .portlet file in the IDE. And on right side, can you see any Properties like Show Minimize, Maximize, Help, Edit icons like that with drop down values as true/false. I know that for normal NON Proxy portlet, we do see these options on right side. So when we check/uncheck them, we can see those icons or hide those icons.Thats when it updates the .portlet xml file also. But I do not remember on top of my head for proxy portlets.
    Thanks
    Ravi Jegga

  • How to remove close button of  JFrame

    Hey all,
    Can anybody tell me how to remove the default close button of JFrame.I mean to say that i only need the minimize and restore button on the top-right corner of the JFrame.
    Regards,
    Sharad agarwal

    http://forum.java.sun.com/thread.jspa?threadID=623108&tstart=0

Maybe you are looking for