Skip to content

Commit

Permalink
NTP-server added
Browse files Browse the repository at this point in the history
  • Loading branch information
harp077 committed May 2, 2022
1 parent aaf6bc4 commit c437e01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Include:
11) ICMP flood utility.
12) UDP flood utility.
13) TFTP-server.
14) NTP-server.

Need JRE-1.8:

1 change: 1 addition & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Include:
11) ICMP flood utility.
12) UDP flood utility.
13) TFTP-server.
14) NTP-server.

Need JRE-1.8:

3 changes: 2 additions & 1 deletion src/main/java/my/harp07/GenericPJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ public static String about() {
+ "\n10. Snmp-Get concrete value utility.<br>"
+ "\n11. ICMP-flood utility.<br>"
+ "\n12. UDP-flood utility.<br>"
+ "\n13. TFTP-server.<br><br>"
+ "\n13. TFTP-server.<br>"
+ "\n14. NTP-server.<br><br>"
+ "\nCreate by Roman Koldaev, Saratov city, Russia.<br>"
+ "\nmail: <A HREF='mailto:[email protected]'> [email protected] </A><br>"
+ "\nSourceForge: <a href='https://sf.net/u/harp07/profile/'>https://sf.net/u/harp07/profile/</a><br>"
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/my/harp07/PjFrame.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class PjFrame extends javax.swing.JFrame {
public static String currentLAF = "de.muntjak.tinylookandfeel.TinyLookAndFeel";
public static String currentTheme = "lib/themes/Default.theme";
public static List<String> tinyTemes = new ArrayList<>();
public static String zagolovok = "Pure Java Network Tools, v1.0.69, build 02-05-2022";
public static String zagolovok = "Pure Java Network Tools, v1.0.70, build 02-05-2022";

public PjFrame() {
initComponents();
Expand Down

0 comments on commit c437e01

Please sign in to comment.