File: ApplicationBeanInfo.java

package info (click to toggle)
jeuclid 3.1.9-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 5,668 kB
  • sloc: xml: 17,041; java: 14,962; sh: 20; makefile: 18
file content (29 lines) | stat: -rw-r--r-- 908 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
 *                 Sun Public License Notice
 * 
 * The contents of this file are subject to the Sun Public License
 * Version 1.0 (the "License"). You may not use this file except in
 * compliance with the License. A copy of the License is available at
 * http://www.sun.com/
 * 
 * The Original Code is NetBeans. The Initial Developer of the Original
 * Code is Sun Microsystems, Inc. Portions Copyright 1997-2004 Sun
 * Microsystems, Inc. All Rights Reserved.
 */

/* this is stub code written based on Apple EAWT package javadoc 
published at
 * http://developer.apple.com.  It makes compiling code which uses Apple 
EAWT
 * on non-Mac platforms possible.  The compiled stub classes should 
never be
 * included in the final product.
 */

package com.apple.eawt;

public class ApplicationBeanInfo extends java.beans.SimpleBeanInfo
{
    public java.awt.Image getIcon(int iconKind) { return null; }
}