John O'Reilly
11/07/2020, 8:24 PMjFrame.contentPane.add(mapViewer)
isn't working
val current = AppManager.getCurrentFocusedWindow()
val jFrame = current.window
jim
11/07/2020, 8:49 PMolonho
11/07/2020, 8:52 PMFoso
11/07/2020, 8:53 PMluchonetvv
11/08/2020, 3:35 AMval jFrame = AppManager.focusedWindow?.window
val internalFrame = JInternalFrame("Internal Frame 1", true, true, true, true)
internalFrame.setSize(400, 400)
jFrame?.add(internalFrame)
Basically I can’t to use this https://docs.oracle.com/javase/tutorial/uiswing/components/internalframe.html for the moment?John O'Reilly
11/21/2020, 1:51 PMolonho
11/21/2020, 2:31 PMJohn O'Reilly
11/21/2020, 2:33 PM0.1.0-build63
but looks like that code depends on changes made after that?olonho
11/21/2020, 2:58 PMJohn O'Reilly
11/21/2020, 2:58 PMolonho
11/21/2020, 3:28 PMJohn O'Reilly
11/21/2020, 4:58 PMJXMapViewer
panel on right)