adding JTextArea to JMapViewer?

151 views Asked by At

Can we add JTextArea to JMapViewer? Something like

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

Another workaround can be adding it to GridBagLayout within JFrame/JInternalFrame, but I want to know that is possible to show text within a map?

0

There are 0 answers