1

我们可以将 JTextArea 添加到 JMapViewer 吗?就像是

JMapViewer map() = new JMapViewer();
map.add(new JTextArea(10,10));

另一种解决方法是将其添加到 JFrame/JInternalFrame 中的 GridBagLayout,但我想知道是否可以在地图中显示文本?

4

0 回答 0