Skip to content

Commit

Permalink
package name changed.
Browse files Browse the repository at this point in the history
  • Loading branch information
itsabhiaryan committed Jan 1, 2017
1 parent d147c35 commit 3907da5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nayragames.pdinstaller;
package com.ng.pdinstaller;

import javax.swing.*;
import java.awt.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nayragames.pdspy;
package com.ng.pdspy;

import javax.swing.*;
import java.awt.*;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nayragames.pdspy;
package com.ng.pdspy;

import javax.swing.*;
import java.awt.*;
Expand Down Expand Up @@ -36,7 +36,7 @@ private JPanel createPane(String s) {
JLabel aboutLabel = new JLabel("<html><p> </p><center><font size=3><p><b>PD-SPY</b> is a SPY Software Coded in JAVA"
+ "Technology, developed by <u>ABHISHEK ARY$N</u>.</p>"
+ "<p> <p>"
+ "<p>For more information, please write at <a href=http://www.aryan9234.blogspot.com title=aryan9234>www.aryan9234.blogspot.com</a></p></font></center></html>", JLabel.CENTER);
+ "<p>For more information, please write at <a href=http://www.itsabhiaryan.wordpress.com title=itsabhiaryan>www.itsabhiaryan.wordpress.com</a></p></font></center></html>", JLabel.CENTER);

p.add(aboutLabel, BorderLayout.CENTER);
return p;
Expand Down Expand Up @@ -66,9 +66,9 @@ private JPanel createPane(String s) {
JLabel aboutAuthor = new JLabel("<html><font size=3><center><b>ABHISHEK ARYAN</b></center>"
+ "<ul><li>Specification : Nothing</li>"
+ "<li>Qualification : Not yet</li>"
+ "<li>Email : aryan9234@gmail.com</li>"
+ "<li>Email : itsabhiaryan@gmail.com</li>"
+ "<li>Contact No.: +918X2X44XXXX</li>"
+ "<li>Website : aryan9234.blogspot.com </li></ul></font>"
+ "<li>Website : itsabhiaryan.wordpress.com </li></ul></font>"
+ "</html>");
p.add(aboutAuthor, BorderLayout.CENTER);
return p;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nayragames.pdspy;
package com.ng.pdspy;

import java.io.*;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nayragames.pdspy;
package com.ng.pdspy;

import java.awt.*;
import java.awt.event.ActionEvent;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nayragames.pdspy;
package com.ng.pdspy;

import javax.swing.*;
import java.io.File;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nayragames.pdspy;
package com.ng.pdspy;

import javax.swing.*;
import javax.swing.border.BevelBorder;
Expand Down

0 comments on commit 3907da5

Please sign in to comment.