THE_CHOSEN_ONE
1903-2012
- Член од
- 13 август 2007
- Мислења
- 3.724
- Поени од реакции
- 1.333
Eve je greskata:
unreported exception java.lang.ClassNotFoundException; must be caught or declared to be thrown
Class c = Class.forName(this.getClass().getName());
Field f = c.getDeclaredField("jLabel" + index);
return ( (javax.swing.JLabel) f.get(this) );
unreported exception java.lang.ClassNotFoundException; must be caught or declared to be thrown
Class c = Class.forName(this.getClass().getName());
Field f = c.getDeclaredField("jLabel" + index);
return ( (javax.swing.JLabel) f.get(this) );