Java AWT/SWT/Swing: How to plan a GUI?

前端 未结 10 2176
广开言路
广开言路 2020-12-02 04:46

I\'ve already realized some applications with a small graphical user interface. Nothing complex, but I\'ve encountered several problems that components aren\'t displayed or

10条回答
  •  甜味超标
    2020-12-02 05:37

    I use JFormDesigner for gui generation. It generates nice clean java code, and I've learned a few things from reading through the generated code. Makes localization a snap.

    It's a really quick way to throw together an involved layout, especially complex menubars and grid layouts.

提交回复
热议问题