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

前端 未结 10 2175
广开言路
广开言路 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:34

    I for myself use

    Pencil

    for some prototyping first, then start coding "by hand" (i.e. not using any GUI editor).

提交回复
热议问题