Edit C:\Program Files\Java\jdk1.8.0_121\com\sun\glass\ui\monocle\MonoclePlatformFactory.java
/* * Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package com.sun.glass.ui.monocle; import com.sun.glass.ui.Application; import com.sun.glass.ui.Menu; import com.sun.glass.ui.MenuBar; import com.sun.glass.ui.MenuItem; import com.sun.glass.ui.PlatformFactory; import com.sun.glass.ui.delegate.ClipboardDelegate; import com.sun.glass.ui.delegate.MenuBarDelegate; import com.sun.glass.ui.delegate.MenuDelegate; import com.sun.glass.ui.delegate.MenuItemDelegate; public class MonoclePlatformFactory extends PlatformFactory { @Override public Application createApplication() { return new MonocleApplication(); } @Override public MenuBarDelegate createMenuBarDelegate(MenuBar menubar) { throw new UnsupportedOperationException(); } @Override public MenuDelegate createMenuDelegate(Menu menu) { throw new UnsupportedOperationException(); } @Override public MenuItemDelegate createMenuItemDelegate(MenuItem menuItem) { throw new UnsupportedOperationException(); } @Override public ClipboardDelegate createClipboardDelegate() { return new MonocleClipboardDelegate(); } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de