由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - Multi-Level JInternalFrame
相关主题
How to scroll an JInternalFrame急急急, 怎么实现reload page
Re: JPanel help!Help with Java Swing Applet
Java Telnet Client Implementation v0.991BetaGUI 画匡的那个叫什么?
几个问题suggestion needed for graph
一个GUI问题。怎么做Status Bar?
how to paint on a Jpanel?jdilog extends can't add jpanel?
simple swing question问个jscrollpane的问题
swing紧急求助JTabbedPane的一个问题
相关话题的讨论汇总
话题: level话题: multi话题: jpanel话题: jtree
进入Java版参与讨论
1 (共1页)
v********e
发帖数: 1985
1
Can you have a multi-Level JInternalFrame?
Currently i have 2 implementations, the first one is
JDesktop->JInternalFrame->JPanel->JTree,
the second one is
JDesktop->JInternalFrame->JInternalFrame->JPanel->JTree
The first setup i can catch a TreeModeEvent, the second one, i cannot. Is
there a restriction on multi-level JInternalFrame?
B******N
发帖数: 445
2
JInternalFrame is for MDI, like JFrame in SDI, so you should not make one
contain another one.

【在 v********e 的大作中提到】
: Can you have a multi-Level JInternalFrame?
: Currently i have 2 implementations, the first one is
: JDesktop->JInternalFrame->JPanel->JTree,
: the second one is
: JDesktop->JInternalFrame->JInternalFrame->JPanel->JTree
: The first setup i can catch a TreeModeEvent, the second one, i cannot. Is
: there a restriction on multi-level JInternalFrame?

v********e
发帖数: 1985
3
The problem is that i inhereted the code. I want to make as little change to
it as possible. So.. is there a way?

【在 B******N 的大作中提到】
: JInternalFrame is for MDI, like JFrame in SDI, so you should not make one
: contain another one.

B******N
发帖数: 445
4
那前面人得UI水平实在是太差。
用你得第一个solution。告诉老板问题得原因所在,多争取点时间。

to
Is

【在 v********e 的大作中提到】
: The problem is that i inhereted the code. I want to make as little change to
: it as possible. So.. is there a way?

v********e
发帖数: 1985
5
Thanks. I made the inner JInternalFrame into a JPanel. Everything is fine
now.

one

【在 B******N 的大作中提到】
: 那前面人得UI水平实在是太差。
: 用你得第一个solution。告诉老板问题得原因所在,多争取点时间。
:
: to
: Is

1 (共1页)
进入Java版参与讨论
相关主题
JTabbedPane的一个问题一个GUI问题。
土问一个鼠标事件问题how to paint on a Jpanel?
swing的text组件能实现ultraedit的列编辑功能吗simple swing question
GUI问题swing紧急求助
How to scroll an JInternalFrame急急急, 怎么实现reload page
Re: JPanel help!Help with Java Swing Applet
Java Telnet Client Implementation v0.991BetaGUI 画匡的那个叫什么?
几个问题suggestion needed for graph
相关话题的讨论汇总
话题: level话题: multi话题: jpanel话题: jtree