标签: swing jmapviewer
我们可以将JTextArea添加到JMapViewer吗?像
JMapViewer map() = new JMapViewer(); map.add(new JTextArea(10,10));
另一种解决方法是将其添加到JFrame / JInternalFrame中的GridBagLayout,但我想知道可以在地图中显示文本吗?