/** * Call the Win32 OpenClipboard function. If newOwner is non-null, * we also call EmptyClipboard and take ownership. * * @throws IllegalStateException if the clipboard has not been opened */ @Override public native void openClipboard(SunClipboard newOwner) throws IllegalStateException;
/** * Call the Win32 OpenClipboard function. If newOwner is non-null, * we also call EmptyClipboard and take ownership. * * @throws IllegalStateException if the clipboard has not been opened */ public native void openClipboard(SunClipboard newOwner) throws IllegalStateException;