You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
A virtual terminal appears, decorated with the System look and feel.
Screenshots
java.lang.Error: no ComponentUI class for: com.varabyte.kotter.terminal.virtual.SwingTerminalPane[,0,0,0x0,invalid,alignmentX=0.0,alignmentY=0.0,border=,flags=0,maximumSize=,minimumSize=,preferredSize=,caretColor=,disabledTextColor=,editable=true,margin=,selectedTextColor=,selectionColor=,kit=,typeHandlers=]
...
Caused by: java.lang.NullPointerException: Cannot invoke "javax.swing.plaf.TextUI.getMinimumSize(javax.swing.JComponent)" because "ui" is null
and
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: Cannot invoke "javax.swing.plaf.TextUI.getMinimumSize(javax.swing.JComponent)" because "ui" is null
Desktop:
OS: MacOS 12.7.5
Kotter Version: 1.1.2
JDK 21.0.1-open
Kotlin 2.0.0
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to use the VirtualTerminal, an error occurs if I've set the System LookAndFeel.
To Reproduce
Steps to reproduce the behavior. Run this kotlin file.
Expected behavior
A virtual terminal appears, decorated with the System look and feel.
Screenshots
and
Desktop:
The text was updated successfully, but these errors were encountered: