Does anyone understand dis?

import java.awt.*;

import java.awt.event.*;

import java.awt.geom.*;

import javax.swing.*;

import javax.swing.KeyStroke;

import java.io.*;

import java.util.*;

class infoFrame extends JInternalFrame

{

public infoFrame()

{

super("Information",false,false,false,false);

Container container = getContentPane();

setSize(HORIZONTAL, VERTICAL);

setLocation(520,10);

}

int HORIZONTAL;

int VERTICAL;

}

[506 byte] By [smartbara] at [2007-10-2 19:21:15]
# 1
Other than the fact that it's really bad code that has no apparent use and a lot of extraneous import statements what is there to understand?
kablaira at 2007-7-13 21:05:05 > top of Java-index,Java Essentials,Java Programming...
# 2

I think i do.

Apparently from my years of experience in java programming, they are trying to initiate a code that failed to work.

It appears to me that it is an incomplete form of work, could be due to the fact that tthey had too little time to finish.

In fact it means garbage and of no means useful at all.

You should redo the codes again, feel free to ask me for help if you need

Signing off,

java champ.

Fartista at 2007-7-13 21:05:05 > top of Java-index,Java Essentials,Java Programming...