Re: Screen Resolution



Andrew Thompson wrote:
>If its only a prototype, what about using a GUI builder?

Can you give us an idea of what this GUI is supposed
to look like*? I (almost) guarantee it is possible to code
it using standard J2SE Layouts.

*One tricky aspect is that it is important for us to understand
how 'space' in the GUI will be 'redistributed' when the GUI
is resized. For example, what componets get 'the rest of
the space' when there is extra space to give to the GUI?

--
Andrew Thompson
http://www.physci.org/

Message posted via JavaKB.com
http://www.javakb.com/Uwe/Forums.aspx/java-gui/200711/1

.



Relevant Pages

  • Re: Null pointer exception with Java 1.4.2, ok with 1.5
    ... Andrew Thompson wrote: ... Problems like this are often a result of performing GUI initialization in ... The OP needs to make sure that the GUI is initialized completely before ... University of Leicester, Leicester, LE1 7RH, UK ...
    (comp.lang.java.help)
  • Re: creating array
    ... On Sat, 24 Apr 2004 02:10:44 GMT, Andrew Thompson wrote: ... >> Hie andrew...just referring back to the code in the ball ... > GUI class, it is outside the GUI class's last ... > another .java file quite happily. ...
    (comp.lang.java.help)
  • Re: swing
    ... Andrew Thompson wrote: ... I have the main working parts of a java app. ... >>fine but now I want a nice looking GUI to go with it. ... be able to replace the text in the JTextField with new data. ...
    (comp.lang.java.gui)
  • Re: poor png image quality
    ... Andrew Thompson wrote: ... and the output of the written image as shown ... When I look at your GUI the image is pixelatedwith rough edges. ... If I add anti-aliasing to your drawing code the image file looks nice and smooth. ...
    (comp.lang.java.programmer)
  • Re: format output with JOptionPane
    ... is there a different command i must use with GUI? ... Try HTML. ... HTH ... Andrew Thompson ...
    (comp.lang.java.help)