org.vrforcad
Class IniCfgFile

java.lang.Object
  extended by org.vrforcad.IniCfgFile

public class IniCfgFile
extends java.lang.Object

This class read and write the cfg.xml file. The cfg.xml file keep the settings made by user.

Version:
1.3
Author:
Daniel Cioi

Constructor Summary
IniCfgFile()
           
 
Method Summary
static void ReadData()
           
static void SetDefaultSetting()
           
static void WriteFile()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IniCfgFile

public IniCfgFile()
Method Detail

SetDefaultSetting

public static void SetDefaultSetting()

WriteFile

public static void WriteFile()

ReadData

public static void ReadData()