Top "Maximize-window" questions

This tag refers to the process of increasing the size of a UI window to its fullest, so that it takes up the entire screen.

JFrame Maximize window

I'm putting together a quick and dirty animation using swing. I would like the window to be maximized. How can …

java swing maximize-window
Automatically maximize a figure

I am creating some figures in MATLAB and automatically save them to files. The problem that by definition the images …

matlab export matlab-figure maximize-window
How can I remove just the Maximize button from a JFrame?

I have a JFrame and want to remove the maximize button from that. I wrote the code below, but it …

java swing jframe titlebar maximize-window
How to set a JavaFX Stage/Frame to Maximized

I'm using JavaFX 2. I want my frame to open maximized but I'm not seeing a way. I searched a bit …

frame stage javafx-2 maximize-window
How can I maximize the editor pane in IntelliJ IDEA?

In Eclipse, I can type Ctrl+M or click the maximize icon in the editor pane to make the editor …

editor intellij-idea keyboard-shortcuts maximize-window
How to show a form again after hiding it?

I have two forms. I need to open a second form with a button. When I open form2 I hide …

c# winforms forms minimize maximize-window
How can I maximize a specific window through cmd? (Windows)

I just want to make a simple Notepad .bat file that would maximize a specific process window. Is that possible?

windows command-line command-prompt maximize-window
Detect browser window "Maximized" / "Minimized "with JavaScript

When the user clicks the "Maximized"/"Restore" or "Minimized" buttons of the browser window, is there a way to keep …

javascript maximize-window
How to? WPF Window - Maximized, No Resize/Move

I'm trying to make a WPF window that opens already maximized, with no resize/move (in systemmenu, nor in border). …

wpf window window-resize maximize-window
Automatically Maximize Window Using Netbeans

I have been trying to get the window to automatically maximize using Netbeans. I've probably looked through 4 or 5 pages of …

java netbeans window maximize maximize-window