s***o 发帖数: 714 | 1 请各位推荐一个Java GUI开发工具。在unix下面用。
类似于VisualCafé可比较容易的编写GUI代码。 |
xt 发帖数: 17532 | 2
我一贯使用VI,不过也难怪,我们开发GUI不是直接使用JAVA Frame. 而是做Sybase
Central的plug in.好象没多少人会做. //strut
【在 s***o 的大作中提到】 : 请各位推荐一个Java GUI开发工具。在unix下面用。 : 类似于VisualCafé可比较容易的编写GUI代码。
|
e***g 发帖数: 158 | 3 netbeans or jbuilder. but they suck.
try hand code GUI with layout manager
http://www.echo-sol.com/~steveg/FormLayout/
http://208.223.9.21/jfd/java/ale/ale.html
or check
http://www.softbear.com/people/larry/javalm.htm
with look&feels
http://javootoo.l2fprod.com/
【在 s***o 的大作中提到】 : 请各位推荐一个Java GUI开发工具。在unix下面用。 : 类似于VisualCafé可比较容易的编写GUI代码。
|
o*******m 发帖数: 8 | 4
try eclipse on linux.
I just read an article talking about it. Should be good.
【在 s***o 的大作中提到】 : 请各位推荐一个Java GUI开发工具。在unix下面用。 : 类似于VisualCafé可比较容易的编写GUI代码。
|
t**s 发帖数: 22 | 5
Eclipse is not a GUI development tool. Is there a GUI builder?
【在 o*******m 的大作中提到】 : : try eclipse on linux. : I just read an article talking about it. Should be good.
|
xt 发帖数: 17532 | 6
You are lazy. Write your own GUI layout code. :)
【在 t**s 的大作中提到】 : : Eclipse is not a GUI development tool. Is there a GUI builder?
|
t**s 发帖数: 22 | 7
Then why do I need an IDE?
【在 xt 的大作中提到】 : : You are lazy. Write your own GUI layout code. :)
|
xt 发帖数: 17532 | 8
So you get a decent editor. haha
【在 t**s 的大作中提到】 : : Then why do I need an IDE?
|
m******t 发帖数: 2416 | 9
You are lazy. Write your own editor. haha 8-)
【在 xt 的大作中提到】 : : So you get a decent editor. haha
|
xt 发帖数: 17532 | 10
我们之所以不用IDE做GUI是因为我们的frame不是直接的javax.swing.JFrame.而是Sybase
Central的什么东西,因此用起来实在不那么容易.不过Sybase Central Java Edition做出
来的GUI确实很好看.你甚至可以用它做Oracle/DB2的GUI,如果你知道怎么用他们的JDBC的
话.目前Sybase已经放弃了C++版的Sybase Central.ASA的管理界面完全是JAVA的.ASE的好
象也出来了.
【在 m******t 的大作中提到】 : : You are lazy. Write your own editor. haha 8-)
|