Reputation: 189836
I'm running NetBeans 8 on Windows 7, and I had a problem when using my laptop away from my docking station, where it positions the IDE window on what would be a 2nd screen, and there is no way to move it into the laptop screen.
If I go back to my docking station, where I have a 2nd monitor, I can drag it back onto the 1st screen fine, but otherwise it looks like I am out of luck... is there any way to fix this if I'm not plugged into a 2nd monitor?
Upvotes: 3
Views: 878
Reputation: 629
I fixed the same issue by going to System -> Display -> Scale & layout and then changing the Scale from 100% to 175% and then gradually brough it to back to 100%
Upvotes: 0
Reputation: 704
You can move the window back on the screen using the following procedure without closing NetBeans or deleting any files.
Alt-Space
, then m
, then left arrow
keyUpvotes: 3
Reputation: 63
This happens to me often and I resolve it as follows:
C:/Users/ <MyUserName>/AppData/Roaming/NetBeans/12.5/config/Windows2Local/WindowManager.wswmgr
.<joined-properties>
nested under <windowmanager> <main-window>
, edit the x and y attributes to small non-negative values, for example 0 or 100. This sets the top left position of the main Netbeans window.Upvotes: 1