Example usage for javax.swing JScrollPane subclass-usage

List of usage examples for javax.swing JScrollPane subclass-usage

Introduction

In this page you can find the example usage for javax.swing JScrollPane subclass-usage.

Usage

From source file fxts.stations.util.preferences.PreferencesSheetPanel.java

public class PreferencesSheetPanel extends JScrollPane implements ILocaleListener {
    private static int cInitialHeight = UIManager.getInst().createLabel().getFontMetrics(new Font("dialog", 0, 12))
            .getHeight() + 2;
    private static int cDirtyCount;

    //    private Action mDefaultCancelAction;

From source file org.ecoinformatics.seek.ecogrid.ServicesDisplayPanel.java

/**
 * This class will represents a panel which will display services
 * 
 * @author Jing Tao
 * 
 */

From source file com.igormaznitsa.sciareto.ui.tree.ExplorerTree.java

  public final class ExplorerTree extends JScrollPane {

      private static final long serialVersionUID = 3894835807758698784L;
      private static final Logger LOGGER = LoggerFactory.getLogger(ExplorerTree.class);

      private final DnDTree projectTree;

From source file com.projity.pm.graphic.views.TreeView.java

/**
 *
 */
public class TreeView extends JScrollPane implements BaseView {
    private static final long serialVersionUID = 2390048109591199408L;

From source file com.projity.dialog.assignment.AssignmentEntryPane.java

/**
 *
 */
public class AssignmentEntryPane extends JScrollPane implements HierarchyListener {
    private static final long serialVersionUID = 1L;
    CommonAssignmentDialog dialog;