由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Java Swing -- autohide panel widgets?
相关主题
questions on repaint()怎样让两个panel的scroller同步?
Re: Swing问题弱问 container和panel
paint()呀,repaint()呀强制Swing绘制Panel的一个问题
如何让Swing对象即使更新?how to update swing components
这个Swing的Exception是怎么产生的?SWT programming questions
swing紧急求助Re: JPanel help!
Intellij Idea gui not pure Swing?农民运动讲习所1. Thread and paint()
[合集] Swing问题:Auto hide task bar 如何实现?question about repaint, update and paint
相关话题的讨论汇总
话题: swing话题: panel话题: autohide话题: java话题: so
进入Java版参与讨论
1 (共1页)
t***e
发帖数: 3601
1
it should appear as a small tab docked on the side of the screen, when u
click on it, it slide/expand into a panel.
This feature exists in lots of applications so I guess there must be
something similar in swing. So far I didn't find anything, if you know
something please help. Baozi will be served :)
Thanks.
c*****t
发帖数: 1879
2
http://mydoggy.sourceforge.net/

【在 t***e 的大作中提到】
: it should appear as a small tab docked on the side of the screen, when u
: click on it, it slide/expand into a panel.
: This feature exists in lots of applications so I guess there must be
: something similar in swing. So far I didn't find anything, if you know
: something please help. Baozi will be served :)
: Thanks.

t***e
发帖数: 3601
3
Thanks coconut, they seems to use splitpane style, which is not what my boss
have in his mind :P
Guess I have to do it myself.

【在 c*****t 的大作中提到】
: http://mydoggy.sourceforge.net/
t***e
发帖数: 3601
4
I didn't find anything so I decided to make my own.
I used layered pane to put my panel on and animator to slide it.
I also made my panel semitransparent.
it works nicely, however, with lots of work on repaint issues.
we later decided to use splitpane. IMO it not looks as good as the previous
implementation.
just a couple of days ago I come across JDock on web, it seems to be the one
I was looking for. https://swing-bug.dev.java.net/
I didn't look deep into it but it seems their demo works.

bos

【在 t***e 的大作中提到】
: Thanks coconut, they seems to use splitpane style, which is not what my boss
: have in his mind :P
: Guess I have to do it myself.

1 (共1页)
进入Java版参与讨论
相关主题
question about repaint, update and paint这个Swing的Exception是怎么产生的?
怎么控制paint?swing紧急求助
Re: Question: OutOfMemoryError when drawIntellij Idea gui not pure Swing?
一个基本问题。[合集] Swing问题:Auto hide task bar 如何实现?
questions on repaint()怎样让两个panel的scroller同步?
Re: Swing问题弱问 container和panel
paint()呀,repaint()呀强制Swing绘制Panel的一个问题
如何让Swing对象即使更新?how to update swing components
相关话题的讨论汇总
话题: swing话题: panel话题: autohide话题: java话题: so