jdk/src/java.desktop/macosx/native/libawt_lwawt/awt/AWTWindow.h
changeset 32872 abca6234313d
parent 30944 b24bdcb53f5a
child 38970 aabcf4406038
equal deleted inserted replaced
32871:f013b86386e6 32872:abca6234313d
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    25 
    25 
    26 #ifndef _AWTWINDOW_H
    26 #ifndef _AWTWINDOW_H
    27 #define _AWTWINDOW_H
    27 #define _AWTWINDOW_H
    28 
    28 
    29 #import <Cocoa/Cocoa.h>
    29 #import <Cocoa/Cocoa.h>
    30 #import <JavaNativeFoundation/JavaNativeFoundation.h>
       
    31 
    30 
    32 #import "CMenuBar.h"
    31 #import "CMenuBar.h"
    33 #import "LWCToolkit.h"
    32 #import "LWCToolkit.h"
    34 
    33 
    35 
       
    36 @class AWTView;
    34 @class AWTView;
       
    35 @class JNFWeakJObjectWrapper;
    37 
    36 
    38 @interface AWTWindow : NSObject <NSWindowDelegate> {
    37 @interface AWTWindow : NSObject <NSWindowDelegate> {
    39 @private
    38 @private
    40     JNFWeakJObjectWrapper *javaPlatformWindow;
    39     JNFWeakJObjectWrapper *javaPlatformWindow;
    41     CMenuBar *javaMenuBar;
    40     CMenuBar *javaMenuBar;