Made in Vim 7, using valid XHTML 1.0 Strict and CSS 2.1
© 2015 Joakim Tufvegren
@ Menu.java (~) - VIM
X
package nu.firetech;

import java.net.URL;

/**
 * The <code>Menu</code> class provides a
 * Multiple Entry Navigation Utility (M.E.N.U.)
 */
public class Menu {
    public URL ip//minimalistic page that shows your IP, hostname and user agent
    public URL pactrackDroid//an Android app I made (in Swedish only)
    public URL mouseRally//a game I made (in Swedish only)
    public URL petalsAroundTheRose//another game I made
    public URL files//miscellaneous files

    protected URL secureFiles//password protected files

    private URL mail//Google Mail
    private URL calendar//Google Calendar
    private URL drive//Google Drive

    public static void main(String[] args) {
        System.out.println("Use the source...");
    }
}
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
"Menu.java" 25L, 799C written
: 
25,1          All