gov.sandia.ccaffeine.dc.user_iface
Class BuilderClient

java.lang.Object
  extended by gov.sandia.ccaffeine.dc.user_iface.BuilderClient

public class BuilderClient
extends java.lang.Object


Field Summary
static GlobalData globalData
           
 
Constructor Summary
BuilderClient()
           
 
Method Summary
static void main(java.lang.String[] args)
           
static void runGUI(ClientSocket clientSocket, Args args)
           
protected static void scaleFontSizeOfEveryComponent(double fontSizeMultiplier)
          Scale the font size of every component.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalData

public static GlobalData globalData
Constructor Detail

BuilderClient

public BuilderClient()
Method Detail

main

public static final void main(java.lang.String[] args)
                       throws java.lang.Exception
Throws:
java.lang.Exception

runGUI

public static void runGUI(ClientSocket clientSocket,
                          Args args)

scaleFontSizeOfEveryComponent

protected static void scaleFontSizeOfEveryComponent(double fontSizeMultiplier)
Scale the font size of every component. For example, to double the font size of e

Parameters:
fontSizeMultiplier - The new font size is the default font size multiplied by this scaling factor.