由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Intellij Idea gui not pure Swing?
相关主题
Re: AWT 和 SWING 在程序应用中有什么区别?这个Swing的Exception是怎么产生的?
Re: AWT和SWING到底有什么不同?ARM计算机时代即将到来 (转载)
How about Swing?IDE vote
question about repaint, update and paintIntellij-IDEA 3.0 is released
simple swing questionCOOL JAVA IDE
help: where to download JAVA/swing? (转载)Intellij IDEA 4.0 is out
有没有类似MS Visual Studio的Java IDE?调查:最好的Java IDE
java 响应速度问题hehe, 拿到 IntelliJ IDEA Open Source License
相关话题的讨论汇总
话题: swing话题: idea话题: gui话题: intellij话题: beryl
进入Java版参与讨论
1 (共1页)
g******e
发帖数: 3760
1
Anybody knows how Intellij Idea gui works?
c*****t
发帖数: 1879
2
The GUI framework, if you look closely, are splitpane based. It is
pure Swing, but cleverly designed to fit its purpose. There are no
drag-n-drops components, so it is far simpler than most docking
frameworks. The non-Java part I think has to do with the file system.

【在 g******e 的大作中提到】
: Anybody knows how Intellij Idea gui works?
g******e
发帖数: 3760
3
I'm not very familar with java gui stuff. The reason I'm asking is about
Beryl/AiXgl and Swing compatibility. A Month ago all Swing-based application
can not display on Beryl. When I updated the Beryl package a couple of days
ago I found MOST swing applicatiion can display normally, with several
exceptions including Idea. (Another example is Mercury messenger) This made
me feel that they must did something special with their gui.

【在 c*****t 的大作中提到】
: The GUI framework, if you look closely, are splitpane based. It is
: pure Swing, but cleverly designed to fit its purpose. There are no
: drag-n-drops components, so it is far simpler than most docking
: frameworks. The non-Java part I think has to do with the file system.

c*****t
发帖数: 1879
4
Not really, it is a bug of Beryl/AiXgl. Google provides plenty of
information. Notably, one page mentioned that re-parenting an
AWT/Swing component (which is done not so often, but not rare either,
most docking framework depend on it to work) is problematic in Beryl.

application
days
made

【在 g******e 的大作中提到】
: I'm not very familar with java gui stuff. The reason I'm asking is about
: Beryl/AiXgl and Swing compatibility. A Month ago all Swing-based application
: can not display on Beryl. When I updated the Beryl package a couple of days
: ago I found MOST swing applicatiion can display normally, with several
: exceptions including Idea. (Another example is Mercury messenger) This made
: me feel that they must did something special with their gui.

g******e
发帖数: 3760
5
It is a known bug but I'm just curious why only Idea doesn't work well while
a lot of other swing-based apps are OK now.

【在 c*****t 的大作中提到】
: Not really, it is a bug of Beryl/AiXgl. Google provides plenty of
: information. Notably, one page mentioned that re-parenting an
: AWT/Swing component (which is done not so often, but not rare either,
: most docking framework depend on it to work) is problematic in Beryl.
:
: application
: days
: made

g******e
发帖数: 3760
6
Sorry finally found out those apps without problem are actually AWT-based
but not Swing apps. Apprently this bug has no effect on AWT apps.

while

【在 g******e 的大作中提到】
: It is a known bug but I'm just curious why only Idea doesn't work well while
: a lot of other swing-based apps are OK now.

1 (共1页)
进入Java版参与讨论
相关主题
hehe, 拿到 IntelliJ IDEA Open Source Licensesimple swing question
ah, the "killer feature" of eclipsehelp: where to download JAVA/swing? (转载)
IntelliJ IDEA 7.01 is out有没有类似MS Visual Studio的Java IDE?
jsp editorjava 响应速度问题
Re: AWT 和 SWING 在程序应用中有什么区别?这个Swing的Exception是怎么产生的?
Re: AWT和SWING到底有什么不同?ARM计算机时代即将到来 (转载)
How about Swing?IDE vote
question about repaint, update and paintIntellij-IDEA 3.0 is released
相关话题的讨论汇总
话题: swing话题: idea话题: gui话题: intellij话题: beryl