java question(50分)

  • 主题发起人 主题发起人 hongsen
  • 开始时间 开始时间
H

hongsen

Unregistered / Unconfirmed
GUEST, unregistred user!
Is GUI programming in Java development important ?
If so , which application framework should I use ,AWT or SWing , or JFC ?
Is inner classes mechanism still important and useful in Java development ?
Hope you can help me with this questions ?
 
very important!!!
my advise is SWing,but you have a mistake,JFC including SWing!
yes,elemental thing is always important.
 
Ido
n't think so. Now the most important usage of Java is in the
server side, not client side. But Swing is designed very well, you
can learn a lot of things about design pattern from Swing pacake.
And many famous company uses java to develop their products, such as
ibm, borland, orical, and so on. So in the near future GUI of Java
will become popular and run fast.
 
hongsen:请继续请继续请继续或结束问题
 
Customers like GUI
So GUI PROGRAMMING IN JAVA IS IMPORTANT!!
AGREE GUANGMIN,MY ADVISE IS SWING TOO.
BUT THE USAGE OF JAVA IN CLIENT SIDE IS VERY INFIRM,EXAMPLE:PRINT、FILE。。。。。
 
if you use GUI, you can use JBuilder directly!
but it is not very important
 
类的使用,一个重要的作用是简化编程,使用外置类可以控制内置类,建议使用swing ,swing中增加了许多控件
sun@cif333.com
 
当然用Swing,Swing特有的双缓冲技术可以快速绘制界面而不闪烁,
重载paintComponent方法替代awt系列的paint 、 update方法。
大部分Swing属于轻量级控件,不同于awt重量级控件那么消耗资源。
只是写Applet比较麻烦,IE浏览器不支持Swing,虽然可以安装插件
来支持,却没有几个人会安装。
个人认为Java图象处理功能极强,你可以将awt.image.* 的所有类
研究一遍,Delphi、VC都没有如此好的封装。
 
多人接受答案了。
 
后退
顶部