Open GoogleCodeExporter opened 9 years ago
I forgot to mention, I am not getting any errors. It simply does not show. The
terminal window won't pop up as it used to; I am using Eclipse Standard [LUNA].
Original comment by rednic.d...@gmail.com
on 14 Jan 2015 at 4:45
Lanterna 3's Terminal and Screen layer should be ready for use, it's the GUI
system that is still non-functional. The problem you are experiencing above is
probably because SwingTerminal (and ScrollingSwingTerminal) in Lanterna 3 is a
JComponent and not a JFrame. This means it requires a Swing container to add it
to, or you can use SwingTerminalFrame if you want something that behaves like
SwingTerminal used to behave. Note that even SwingTerminalFrame won't open just
by calling enterPrivateMode(), you'll have to use setVisible like with normal
Swing JFrames.
See if that works.
Original comment by mab...@gmail.com
on 18 Jan 2015 at 11:11
Original issue reported on code.google.com by
rednic.d...@gmail.com
on 14 Jan 2015 at 12:28