atomichabits (1) 썸네일형 리스트형 [생활코딩 - JAVA1] 3/10 개발공부일지 - JOPtionpane input 으로 output을 만들어내는 Program ex) JOptionpane method?? import org.opentutorials.iot.DimmingLights; 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"); String bright = JOptionPane... 이전 1 다음