output1 [JAVA] 11~12 입력 input & 출력 output 생활코딩 [자바 입문 수업] 공부 기록 11.1 입력과 출력 팝업창이 뜨면서 입력할 수 있었으면 좋겠어! google searching java popup input text swing package java09; import org.opentutorials.iot.Elevator; import org.opentutorials.iot.Lighting; import org.opentutorials.iot.Security; import javax.swing.*; public class OkJavaGoInHomeInput { public static void main(String[] args) { String id = JOptionPane.showInputDialog("Enter a ID"); // 추가 //.. 2022. 1. 30. 이전 1 다음