Tim wrote: >> >> > By the way is there a command-line option for adjusting the >> >> > window size at start-up? >> >> >> >> No, but that is a very good idea.
I just checked in code to allow one to set the window size on the Jmol application command-line: -g WIDTHxHEIGHT or --geometry WIDTHxHEIGHT Where WIDTHxHEIGHT is the width and the height in pixels separated by a lower case 'x' 500x550 (the current default) 300x350 (something smaller) 800x850 (something larger) These examples all have a larger height in order to account for the space of the button bar, menus, and status bar. Note that I did not do any work in the area of saving the size as a user preference. Miguel ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Jmol-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-users

