Re: Changing JFrame components at runtime




lego_lax wrote:

Isn't it always? Every time I get the idea that maybe I can do something
faster in a gui designer I end up kicking myself and going back and
writing it by hand.

I think it is not possible using designers to construct GUI components
at runtime, such as array of components of not predefined dimension.

Sure it is. The screensaver component I was talking
about earlier*, produces GUI's that might look like this..
<https://screensavers.dev.java.net/config/#eg>

* It was was programmed using the NetBeans
form editor.

.



Relevant Pages

  • Re: Changing JFrame components at runtime
    ... faster in a gui designer I end up kicking myself and going back and ... I think it is not possible using designers to construct GUI components ... such as array of components of not predefined dimension. ...
    (comp.lang.java.gui)
  • Re: Java GUI
    ... Netbeans and Sun, Netbeans were able to introduce a new Swing layout ... layout managers if you _don't_ use the GUI designer. ... On a related note, after finally getting fed up with hand-coding UIs in Java, I tried out NetBeans and its GUI designer (I'd been using Eclipse on recommendation of a friend). ...
    (comp.lang.java.programmer)
  • Re: Changing JFrame components at runtime
    ... Netbeans, but I'm not using GUI designer. ... Java layouts and general GUI techniques. ... NetBeans uses an XML description. ...
    (comp.lang.java.gui)
  • Re: Invisible applet
    ... The source tree in NetBeans matches exactly what Sun recommends for command line style projects. ... There's also a list of files, by project, in the tab next to the Projects tab. ... All this stuff can be found on the various tutorials on the NetBeans web page. ... The GUI designer tutorial tells you how to modify the source code after you've used drag-and-drop mode. ...
    (comp.lang.java.programmer)
  • Re: gui designer
    ... Ashley Bar wrote: ... the wxruby from what I've read and hope that they're is a designer for ... Netbeans has a nice GUI designer for Java that will work in JRuby apps. ...
    (comp.lang.ruby)