Edit C:\Program Files\Java\jdk1.7.0_45\com\sun\java\swing\plaf\gtk\GTKRegion.java
/* * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.java.swing.plaf.gtk; import javax.swing.plaf.synth.Region; /** * A typesafe enumeration of the distinct rendering portions specific * to GTK. * * @author Scott Violet */ class GTKRegion extends Region { public static final Region HANDLE_BOX = new GTKRegion("HandleBox", null, true); protected GTKRegion(String name, String ui, boolean subregion) { super(name, ui, subregion); } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de