摘要:
参考blog:https://blogs.oracle.com/javajungle/entry/monologfx_floss_javafx_dialogs_for 1 /* 2 * To change this template, choose Tools | Templates 3 * and open the template in the editor. 4 */ 5 package javafxapplication44; 6 7 import javafx.application.Application; 8 import javafx.application.Platf... 阅读全文
摘要:
package test; import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.URL; import java.util.Scanner; public class NewClass{ ... 阅读全文