Loading Demo1/.project +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>Demo1</name> <name>kinetic-demo1</name> <comment></comment> <projects> </projects> Loading Demo1/src/com/jim/Demo1.java→Demo1/src/com/jim/KineticDemo1.java +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import java.util.logging.Logger; * A demonstration application showing a time series chart where you can * dynamically add (random) data by clicking on a button. */ class Demo1 { class KineticDemo1 { static Logger log = MyLogger.get(Level.INFO, Level.INFO); Loading Demo1/target/classes/com/jim/Demo1.classdeleted 100644 → 0 −1.05 KiB File deleted. View file Loading
Demo1/.project +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <projectDescription> <name>Demo1</name> <name>kinetic-demo1</name> <comment></comment> <projects> </projects> Loading
Demo1/src/com/jim/Demo1.java→Demo1/src/com/jim/KineticDemo1.java +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ import java.util.logging.Logger; * A demonstration application showing a time series chart where you can * dynamically add (random) data by clicking on a button. */ class Demo1 { class KineticDemo1 { static Logger log = MyLogger.get(Level.INFO, Level.INFO); Loading