Realtime printing of what's typed

后端 未结 2 1292
伪装坚强ぢ
伪装坚强ぢ 2021-01-26 02:52
public class NewJFrame3 extends javax.swing.JFrame {

/**
 * Creates new form NewJFrame3
 */
public NewJFrame3() {
    initComponents();
}

/**
 * This method is called          


        
2条回答
  •  深忆病人
    2021-01-26 03:27

    You will need to attach a DocumentListener to your textfield. See this tutorial for more information.

提交回复
热议问题