«1 2 3» Pages: ( 2/3 total )
本页主题: 推荐一个Swing界面设计工具Visual Swing for Eclipse 打印 | 加为IE收藏 | 收藏主题 | 上一主题 | 下一主题

danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

Yeap, I checked it. Thanks, mate.
顶端 时间: 2008年07月30日 13:22 | 20 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

现在已经添加了对于JFrame设计器的支持。发个截图:
顶端 时间: 2008年07月31日 17:59 | 21 楼
danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

Hi mate, today I downloaded new lastest release 0.9.2.I20080731-1800.
After I unzip the file, the version number for jar are not changed. All jars are named with the previous version number0.9.2.I20080728-1200, but some jars' size are changed. Are u sure that u released the correct files. Because I tested new release and find that the bug 13 haven't been fixed yet. Coudl you please do a double check .
Moreover, can you put a member email list or a discuss board on the project web page that we can easily make a conversation instead of post issue or post message here.
顶端 时间: 2008年08月01日 11:02 | 22 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

Hi danielzhan
上个版本可能的确打错包了,你下载最新的试试看看。最新的我刚才下载试过了,的确修改了。
顶端 时间: 2008年08月01日 14:40 | 23 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

更新一些进展。最近加入了其它顶层容器的设计器支持,目前可以支持JPanel、JFrame、JDialog、JApplet和JInternalFrame作为基类的编辑了。下面是向导中显示的这几个类型的向导:
图片:
顶端 时间: 2008年08月01日 16:39 | 24 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

下面是JDialog的设计界面:
图片:
顶端 时间: 2008年08月01日 16:40 | 25 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

下面是JInternalFrame的设计界面,使用NimbusLookAndFeel:
图片:
顶端 时间: 2008年08月01日 16:41 | 26 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

下面是一个JApplet的设计界面,正在可视化的设计一张表:
图片:
顶端 时间: 2008年08月01日 16:41 | 27 楼
danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

I don't know why? I tested last two releases 0.9.3.I20080801-1800 and 0.9.3.I20080803-1200. The old bug 13 doesn't seem to be fixed.  Could u please do more testings to confirm that the bug 13 is fixed?
I found another bug and reported it.
顶端 时间: 2008年08月07日 08:42 | 28 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

daniel,

你报告的那个问题不是问题,这是因为TitledBorder的外观是由一个另外一个Border和一个标题签字符串所定义的,这个表格中的border就是指的这个border。比如下面的两个代码:
new TitledBorder(new LineBorder(Color.black), "Black Line Border");
new TitledBorder(new EtchedBorder(), "Etched Border");
他们定义的外观一个是边框为黑线的TitledBorder, 另外一个是边框为Etched风格的TitledBorder,这里的黑线框和Etched边框就是由这个border属性所控制的。它们的外观分别如下:
图片:
图片:
顶端 时间: 2008年08月07日 11:15 | 29 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

关于Bug 13,我又测试了一遍,的确已经可以了。我怀疑你的安装没有成功,你先把你的eclipse\plugins下面的org.dyno.visual.swing的那些插件包都删除了,然后解压最新的放到eclipse\plugins里面,然后重启eclipse。我这边的确可以。
顶端 时间: 2008年08月07日 11:29 | 30 楼
danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

Finally, I found the problem.  I tested on four machines.>_<|||
On properties view, I click button on border row to change the border style.
On opened Border IEditor dialog, I change Type to TitleBorder.  Then such dialog will be updated.
At this time, Type is assigned as TitleType, but the border value(on the table) for such Type hasn't  been initialized yet. If  just clicking on  "OK" now, eclipse will show the problem I reported as BUG 13.
But if manually setting a value to the border, like LineBorder, it will work fine.
顶端 时间: 2008年08月07日 15:21 | 31 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

Daniel,
你新提的bug我怎么重现不了啊?能不能贴一个图片说明错误啊?
顶端 时间: 2008年08月07日 18:28 | 32 楼
danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

Actually......., I don't know how to attach images at this forum. - -||| could u please let me know how to insert  images?
I double checked the issue. I missed an important point.
The second panel (the panel created by DND), this panel's border must be set as "Titleborder".
If u set the BorderType of the second panel as any other value except "Titleborder", it works fine.
Please check it again.  Sorry for that.
I will report another bug to ur project.  The following is the description for such bug.
If user delete a java file(this java file is currently opened by Visual Editor ) from "Package Explorer".
The java file will be removed from project, but  Visual Editor is still existing with the java file which should be removed already.
顶端 时间: 2008年08月08日 07:36 | 33 楼
danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

Suggestion for BUG 13,
After user set Border to "TitleBorder", on that Border IEditor, can u assign "border" as a default value?
顶端 时间: 2008年08月08日 07:48 | 34 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

Bug 23 has been fixed.
On how to attach the image in this forum, take a look at the following picture:
图片:
顶端 时间: 2008年08月08日 11:37 | 35 楼
danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

BUG 15

Got it. Since I am using firefox, the list cannot be shown when the option "多个附件" is checked.
For the BUG 15,
1) create a "Visual JPanel"  class.
2) DND another JPanel into the JPanel created on step1
step2

3) Change the border type to TitleBorder for the new JPanel
step3

4) DND two JButtons to the new JPanel.
step4

5) Hold "Ctrl" to select such two JButton, then right click , choose "Center  Vertically" on the popup menu.
step5
[ 此贴被danielzhan在2008年08月08日 12:05重新编辑 ]
顶端 时间: 2008年08月08日 11:54 | 36 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

You've caught a great bug. Bug 15 is really important. I found a big mistake ever made. I forgot to count in the insets of the panel, which is caused by non-empty borders!
顶端 时间: 2008年08月08日 13:09 | 37 楼
danielzhan

状态: 离线
级别: CEC高级程序员
精华: 0
发帖: 79
威望: 1 点
财富: 183 元
在线时间:4(小时)
注册时间:2006-07-05
最后登录:2008-12-05

Hehe, I am very happy that I can help u to find bugs.
I have been working with bugs for a whole week. not only for your bugs.
somehow, I feel that I am a bug tracker. ^_^.
After next week, I will look at your source code and try to find more potential bugs.
顶端 时间: 2008年08月08日 13:27 | 38 楼
rehte

状态: 离线
级别: CEC程序员
精华: 0
发帖: 33
威望: 1 点
财富: 34 元
在线时间:0(小时)
注册时间:2007-01-08
最后登录:2008-12-03

Daniel,

Thank you very much! You are so great a bug tracker:) Thank you.
[ 此贴被rehte在2008年08月08日 13:42重新编辑 ]
顶端 时间: 2008年08月08日 13:37 | 39 楼
«1 2 3» Pages: ( 2/3 total )
中国Eclipse社区 » Eclipse使用


辽ICP备05021625号