79358396

Date: 2025-01-15 13:32:26
Score: 1
Natty:
Report link

try { final Field f1 = this.promptTextField.getClass().getSuperclass().getDeclaredField("promptText"); f1.setAccessible(true); f1.set(this.promptTextField, new SimpleStringProperty("Shift-Enter = Send prompt\nDouble-Click on message = Copy text to clipboard"));

} catch (NoSuchFieldException | SecurityException | IllegalArgumentException | IllegalAccessException e) {

    e.printStackTrace();
}
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29210257