jdk/src/macosx/classes/sun/lwawt/LWLabelPeer.java
changeset 20153 d5bf90bfcb6d
parent 13993 8b3fe3d8badb
equal deleted inserted replaced
20152:3ef8620dce9b 20153:d5bf90bfcb6d
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2013, 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
    42     LWLabelPeer(final Label target, final PlatformComponent platformComponent) {
    42     LWLabelPeer(final Label target, final PlatformComponent platformComponent) {
    43         super(target, platformComponent);
    43         super(target, platformComponent);
    44     }
    44     }
    45 
    45 
    46     @Override
    46     @Override
    47     protected JLabel createDelegate() {
    47     JLabel createDelegate() {
    48         return new JLabel();
    48         return new JLabel();
    49     }
    49     }
    50 
    50 
    51     @Override
    51     @Override
    52     void initializeImpl() {
    52     void initializeImpl() {