~~2 글씨크기 테스트 안녕하세요 - 제목1 안녕하세요 - 제목2 안녕하세요 - 제목3 안녕하세요 - 본문1 안녕하세요 - 본문2 안녕하세요 - 본문3 안녕하세요 - 인용1 안녕하세요 - 인용2 2020. 3. 25. 코드블럭 하이라이트 테스트 Java public static void main(String[] args) { Bus bus = new Bus(); String [] arTms = {"BUS", "SUBWAY", "EXIT"}; int choice = 0; int money = 10000; while(true) { choice = JOptionPane.showOptionDialog(null, "이용하실 대중교통을 선택하세요", "TMS", JOptionPane.YES_NO_CANCEL_OPTION, JOptionPane.PLAIN_MESSAGE, null, arTms, null); if(choice == 2)break; if(choice == 0) { int buttonIndex = JOptionPane.showOptionDialo.. 2020. 3. 15. 이전 1 다음