Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\glass\ui\Size.java
/* * Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.glass.ui; import java.security.AccessController; import java.security.PrivilegedAction; public final class Size { public int width; public int height; public Size(int width, int height) { this.width = width; this.height = height; } public Size() { this(0, 0); } @Override public String toString() { return "Size(" + width + ", " + height + ")"; } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de