JSServletUI.java :  » Swing-Library » Swinglets » com » javelin » swinglets » plaf » javascript » Java Open Source

Java Open Source » Swing Library » Swinglets 
Swinglets » com » javelin » swinglets » plaf » javascript » JSServletUI.java
/*
 * Copyright Javelin Software, All rights reserved.
 */
 
package com.javelin.swinglets.plaf.javascript;

import java.awt.*;
import java.util.*;
import java.io.*;

import com.javelin.swinglets.*;
import com.javelin.swinglets.plaf.*;
import com.javelin.swinglets.plaf.html.*;

/**
 * JSServletUI defines a look and feel for default Java Script. 
 * <p>
 * This class requires the ServletManager.getURL() to define the names of the other
 * frames in the split pane. The name must be set on the components that are set
 * this name is then appended to the URL in the frameset.
 * 
 * @author Robin Sharp
 */

public class JSServletUI extends HTMLServletUI
{
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.