Topic: 请教下面的效果是怎么用swing实现的? |
Print this page |
1.请教下面的效果是怎么用swing实现的? | Copy to clipboard |
Posted by: tbanhui Posted on: 2005-07-06 10:43 |
2.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: tbanhui Posted on: 2005-07-06 10:56 特别是那个工具条 |
3.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: linux_china Posted on: 2005-07-06 12:06 那得看看IDEA的源码啦 这个其实不太难实现的,应该有思路可寻的。 |
4.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: floater Posted on: 2005-07-07 09:24 just a panel, right? |
5.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: kite Posted on: 2005-07-07 10:00 什么效果?从图上看不出来有什么需要特别要做的。如果你是指UI的风格的话,这好像用的是Alloy LF,当然,jgoodies也有类似的效果。 |
6.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: tbanhui Posted on: 2005-07-08 14:29 应该就是一个panel,我感觉它上面那个蓝色的横条做得好,还能收起来,所以想了解它到底是怎么做得,感谢大家的指教 |
7.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: linux_china Posted on: 2005-07-08 15:06 这个是IntelliJ IDEA的框架,以前在JetBrains的新闻组上就有人提出将这个框架提出来,可以供第三方使用,但是好像一直没有这样的动静,在www.jroller.com有个人写过一个实现,不过是基于JTabbedPane,好像没有这么漂亮。 这个其实不难做,但是要做好还不太容易。 |
8.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: linux_china Posted on: 2005-07-11 16:34 如果你的要求不是很高,下面的这个例子可以满足你的需求。你这些在结合decorator模式就应该完成这样的功能。 http://jroller.com/page/santhosh/20050617#adobe_like_tabbedpane_in_swing |
9.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: mesocool Posted on: 2005-07-14 13:52 不同的lookandfeel |
10.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: tbanhui Posted on: 2005-07-14 15:54 感谢! |
11.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: mavinsong Posted on: 2005-07-16 11:03 这个工具完全是用SWING 做的,应该有你说的这种效果. http://etntech.com.tw/ user:admin pwd:admin |
12.Re:请教下面的效果是怎么用swing实现的? [Re: tbanhui] | Copy to clipboard |
Posted by: yours_2008 Posted on: 2005-07-20 18:35 就是一个简单的JPanel 里面放一个ToolBar就可以的。 toolbar设置成不可移动 |
Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1 客服电话 18559299278 客服信箱 714923@qq.com 客服QQ 714923 |