/*
* 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
{
}
|