A******g 发帖数: 612 | 1 用eclipse做gui,是不是只能用命令来加窗口,textfiled, Jbutton等,不能直接画?
eclipse的visual editor是不是做这个的?网上说明很少,连个图都找不到,读了faq
还不能在mac用。
netbeans是不是可以做这个。
不想花太多时间用代码布局窗口,就是个输入的界面而已,不需要很fancy。
想把主要精力放在算法上
谢谢! |
h*****0 发帖数: 4889 | 2 我觉得,算法一般花不了太久……
一个十几个左右控件的GUI,写代码的话,生手(像我这样的)大概一天时间(6小时)
写加测试。如果大工程的话可以忽略吧?
faq
【在 A******g 的大作中提到】 : 用eclipse做gui,是不是只能用命令来加窗口,textfiled, Jbutton等,不能直接画? : eclipse的visual editor是不是做这个的?网上说明很少,连个图都找不到,读了faq : 还不能在mac用。 : netbeans是不是可以做这个。 : 不想花太多时间用代码布局窗口,就是个输入的界面而已,不需要很fancy。 : 想把主要精力放在算法上 : 谢谢!
|
g*****g 发帖数: 34805 | 3 Yes, netbeans is better on that.
faq
【在 A******g 的大作中提到】 : 用eclipse做gui,是不是只能用命令来加窗口,textfiled, Jbutton等,不能直接画? : eclipse的visual editor是不是做这个的?网上说明很少,连个图都找不到,读了faq : 还不能在mac用。 : netbeans是不是可以做这个。 : 不想花太多时间用代码布局窗口,就是个输入的界面而已,不需要很fancy。 : 想把主要精力放在算法上 : 谢谢!
|
l**b 发帖数: 457 | |
Z****e 发帖数: 2999 | 5 VisualEditor sucks, at least it was the case two years ago; but the up side
is, it forces you to learn hand coding Swing UI, hoho
faq
【在 A******g 的大作中提到】 : 用eclipse做gui,是不是只能用命令来加窗口,textfiled, Jbutton等,不能直接画? : eclipse的visual editor是不是做这个的?网上说明很少,连个图都找不到,读了faq : 还不能在mac用。 : netbeans是不是可以做这个。 : 不想花太多时间用代码布局窗口,就是个输入的界面而已,不需要很fancy。 : 想把主要精力放在算法上 : 谢谢!
|
Z****e 发帖数: 2999 | 6 oh and I almost forgot this:
http://www.cloudgarden.com/jigloo/
side
画?
【在 Z****e 的大作中提到】 : VisualEditor sucks, at least it was the case two years ago; but the up side : is, it forces you to learn hand coding Swing UI, hoho : : faq
|
S**I 发帖数: 15689 | 7 还有个收费的Window Builder Pro
【在 Z****e 的大作中提到】 : oh and I almost forgot this: : http://www.cloudgarden.com/jigloo/ : : side : 画?
|
c*****t 发帖数: 1879 | 8 Coding Swing GUI in XML using my CookSwing is the best approach
writing Swing applications.
Visual design does not work with Swing very well.
side
【在 Z****e 的大作中提到】 : VisualEditor sucks, at least it was the case two years ago; but the up side : is, it forces you to learn hand coding Swing UI, hoho : : faq
|
h**********0 发帖数: 1453 | 9 java的gui是大问题,恶评如潮啊
只能祝您好运了 |