mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-07 00:57:04 +00:00
#825 hot keys (and maybe new buttons on new panel) to switch to next or previous DefineText
This commit is contained in:
@@ -458,6 +458,10 @@ public class PreviewPanel extends JSplitPane implements ActionListener {
|
||||
textPanel.setText(textTag);
|
||||
}
|
||||
|
||||
public void focusTextPanel() {
|
||||
textPanel.focusTextValue();
|
||||
}
|
||||
|
||||
public void clear() {
|
||||
imagePanel.clearAll();
|
||||
if (media != null) {
|
||||
|
||||
Reference in New Issue
Block a user