Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Source code: middle/Constants.java


1   /* **********************************
2   File:FQN.java
3   Author: Alec(panovici@elcom.pub.ro)
4           Luci
5   Created on Mon Sep  6 12:06:03 EEST 1999
6   Comments:  Part of the vIDE Project
7               Copyright 1999 the vIDE Team.
8   ***********************************/
9   package middle;
10  
11  //TODO: aici e o magarie: Luci a copiat tipurile dupa
12  //ProjectTreeNode si se potrivesc ca nuca-n perete
13  public class Constants{
14    public static int realIcon      = 3;
15    public static int regIcon       = 3;
16    public static int memIcon       = 3;
17    public static int moduleIcon    = 1;
18    public static int plaIcon       = 1;
19    public static int blockIcon     = 0;
20    public static int udpIcon       = 1;
21    public static int forkIcon      = 0;
22    public static int wireIcon      = 2;
23  }
24  
25  
26