Class WAppLaf

java.lang.Object
hipp.com.wappedidpadpro2.WAppLaf

public class WAppLaf
extends java.lang.Object
WAppLaf
class setting different Look and Feels
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.util.ResourceBundle bundle  
    private java.util.Vector<java.lang.String> enumV  
    java.util.Locale locale  
    private static java.util.concurrent.ConcurrentMap<java.lang.String,​java.lang.Object> locks  
    private WAppEditpadPro2 mF  
    private java.lang.String resource  
    java.net.URL urlSelected  
  • Constructor Summary

    Constructors 
    Constructor Description
    WAppLaf​(WAppEditpadPro2 f, java.util.ResourceBundle _bundle, java.util.Locale _locale)
    class setting different Look and Feels Constructor
  • Method Summary

    Modifier and Type Method Description
    private void init()  
    static void main​(java.lang.String[] args)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • resource

      private java.lang.String resource
    • mF

      private WAppEditpadPro2 mF
    • enumV

      private java.util.Vector<java.lang.String> enumV
    • urlSelected

      public java.net.URL urlSelected
    • locale

      public java.util.Locale locale
    • bundle

      public java.util.ResourceBundle bundle
    • locks

      private static java.util.concurrent.ConcurrentMap<java.lang.String,​java.lang.Object> locks
  • Constructor Details

    • WAppLaf

      public WAppLaf​(WAppEditpadPro2 f, java.util.ResourceBundle _bundle, java.util.Locale _locale)
      class setting different Look and Feels Constructor
      Parameters:
      f - refernece the main UI (JFrame)
      _bundle - string to the resource bundle
      _locale - string holds the locale
  • Method Details

    • init

      private void init()
    • main

      public static void main​(java.lang.String[] args)