KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > netbeans > test > editor > highlight > testColor


1 /*
2  */

3 package org.netbeans.test.editor.highlight;
4
5 public class testColor {
6     int a = 3;
7     static int color;
8     private int unused;
9     public testColor(int x) {
10     }
11     
12 }
13
Popular Tags