Statistics
| Revision:

root / import / ext3D / trunk / install-extension3d / IzPack / src / lib / com / izforge / izpack / Panel.java @ 15280

History | View | Annotate | Download (465 Bytes)

1
/*
2
 * Created on Jan 30, 2004
3
 *
4
 * To change this generated comment go to 
5
 * Window>Preferences>Java>Code Generation>Code Template
6
 */
7
package com.izforge.izpack;
8

    
9
import java.io.Serializable;
10
import java.util.List;
11

    
12
/**
13
 * @author Jan Blok
14
 */
15
public class Panel implements Serializable
16
{
17
  /**  The panel classname. */
18
  public String className;
19

    
20
  /**  The target operation system of this panel */
21
  public List osConstraints = null;
22

    
23
}