Ejemplo n.º 1
0
 public ValueList(Display display, int opcode, int unit,
                  int id, gnu.x11.ValueList vl)
 {
     this.display = display;
     this.opcode  = opcode;
     this.unit    = unit;
     this.id      = id;
     this.vl      = vl;
 }
Ejemplo n.º 2
0
   public ValueList (Display display, int opcode, int unit, 
     int id, gnu.x11.ValueList vl) {
 
     this.display = display;
     this.opcode = opcode;
     this.unit = unit;
     this.id = id;
     this.vl = vl;
   }