Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\glass\ui\monocle\MX6Platform.java
/* * Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.glass.ui.monocle; class MX6Platform extends LinuxPlatform { @Override protected NativeCursor createCursor() { return new MX6Cursor(); } @Override public synchronized AcceleratedScreen getAcceleratedScreen(int[] attributes) throws GLException { if (accScreen == null) { accScreen = new MX6AcceleratedScreen(attributes); } return accScreen; } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de