Skip to content

Instantly share code, notes, and snippets.

@Dwiga
Created August 2, 2017 11:13
Show Gist options
  • Save Dwiga/baa8e2eeae392d5c89eaf478e0c6b370 to your computer and use it in GitHub Desktop.
Save Dwiga/baa8e2eeae392d5c89eaf478e0c6b370 to your computer and use it in GitHub Desktop.
public dft_teman() {
initComponents();
btnAct.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
String isi = plcTxt.getText();
System.out.println(isi);
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment