<div dir="ltr">I have some enhancements I would to add to BibleDesktop and wanted to run them by the group. I am currently running Windows XP.<br><br>When I first start BD, after the splash screen disappears, the main DB window attempts to center and maximize itself. The problem is that the window is not correctly centered (it&#39;s slightly to the left) and the bottom portion (status bar) of the BD window is behind my Windows Taskbar due to improper maximizing. I also don&#39;t like the fact that BD assumes I want it to take over my entire screen and maximizes itself.<br>
<br>What I propose:<br><br>* The first time BD is run, after the splash screen disappears, the main BD window centers itself and resizes it&#39;s window width and height to a percentage (ie. 75%) of the screen, rather than assume fullscreen. This also has the added benifit of shaping the window rectangularly on widescreen lcds (newer) and squarely on crt (old style) displays, in other words the aspect ratio of the window fits the monitor it is running on.<br>
<br>* Then the user can manually maximize the main BD window if they desire.<br><br>* Finally, BD will persist (remember) window placement and size so that when BD is started next time, it can pull the previous settings from persisted info. If the user manually maximized the BD window, it gets maximized the next launch.<br>
<br>I have already implemented the changes locally, except for the persisting size and position. Is there already a persistence mechanism in BD, or should I use a generic .properties file?<br><br>Let me know what you think of these proposals.<br>
<br>By the way, is there a particular reason why you didn&#39;t simply use &quot;win.setLocationRelativeTo(null)&quot; to center the window in the &quot;centerWindow&quot; method of GuiUtil?<br><br>I&#39;ll generate a formal patch file so you can test the functionality yourself, if/when you approve my changes.<br>
<br>By His Grace,<br>Adam<br><br></div>