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.
|
|