Java Code Examples for java.beans.BeanInfo#getIcon()
The following examples show how to use
java.beans.BeanInfo#getIcon() .
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example 1
Source File: Test7195106.java From dragonwell8_jdk with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 2
Source File: Test7195106.java From TencentKona-8 with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 3
Source File: Test7195106.java From jdk8u60 with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 4
Source File: Test7195106.java From openjdk-jdk8u with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 5
Source File: Test7195106.java From openjdk-jdk8u-backup with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 6
Source File: Test7195106.java From openjdk-jdk9 with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 7
Source File: Test7195106.java From jdk8u-jdk with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 8
Source File: Test7195106.java From hottub with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 9
Source File: Test7195106.java From openjdk-8-source with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 10
Source File: Test7195106.java From openjdk-8 with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 11
Source File: Test7195106.java From jdk8u_jdk with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 12
Source File: Test7195106.java From jdk8u-jdk with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 13
Source File: Test7195106.java From jdk8u-dev-jdk with GNU General Public License v2.0 | 6 votes |
public static void main(String[] arg) throws Exception { BeanInfo info = Introspector.getBeanInfo(My.class); if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Unexpected behavior"); } try { int[] array = new int[1024]; while (true) { array = new int[array.length << 1]; } } catch (OutOfMemoryError error) { System.gc(); } if (null == info.getIcon(BeanInfo.ICON_COLOR_16x16)) { throw new Error("Explicit BeanInfo is collected"); } }
Example 14
Source File: SerialDataNode.java From netbeans with Apache License 2.0 | 4 votes |
private Image initIcon (int type) { Image beanInfoIcon = null; try { InstanceCookie ic = ic(); if (ic == null) return null; Class<?> clazz = ic.instanceClass(); //Fixed bug #5610 //Class javax.swing.JToolBar$Separator does not have icon //we will use temporarily icon from javax.swing.JSeparator //New icon is requested. String className = clazz.getName (); BeanInfo bi; if ( className.equals ("javax.swing.JSeparator") || // NOI18N className.equals ("javax.swing.JToolBar$Separator") // NOI18N ) { Class clazzTmp = Class.forName ("javax.swing.JSeparator"); // NOI18N bi = Utilities.getBeanInfo (clazzTmp); } else { bi = Utilities.getBeanInfo (clazz); } if (bi != null) { beanInfoIcon = bi.getIcon (type); } // Also specially handle SystemAction's. if (SystemAction.class.isAssignableFrom (clazz)) { SystemAction action = SystemAction.get (clazz.asSubclass(SystemAction.class)); if (beanInfoIcon == null) { Icon icon = action.getIcon (); if (icon != null) { beanInfoIcon = ImageUtilities.icon2Image(icon); } } } } catch (Exception e) { // Problem ==>> use default icon Logger.getLogger(SerialDataNode.class.getName()).log(Level.WARNING, null, e); } return beanInfoIcon; }