标签: java swing mouseevent jtextpane
我创建了一个null布局的框架,其中有6个小JTextPane个。我的目的是当我点击一个特定的textpane时,它必须在框架中的任何地方被鼠标拖动。
null
JTextPane
textpane
答案 0 :(得分:3)
作为null布局的替代方案,请考虑六个JInternalFrame个实例,每个实例包含一个JTextPane。封闭式JDesktopPane派生自JLayeredPane,隐式管理其null布局。
JInternalFrame
JDesktopPane
JLayeredPane