Returns an initiliazed instance of albiteLogo component. @return the initialized component instance
()
| 983 | * @return the initialized component instance |
| 984 | */ |
| 985 | public Image getAlbiteLogo() { |
| 986 | if (albiteLogo == null) {//GEN-END:|165-getter|0|165-preInit |
| 987 | // write pre-init user code here |
| 988 | try {//GEN-BEGIN:|165-getter|1|165-@java.io.IOException |
| 989 | albiteLogo = Image.createImage("/res/reader.png"); |
| 990 | } catch (java.io.IOException e) {//GEN-END:|165-getter|1|165-@java.io.IOException |
| 991 | }//GEN-LINE:|165-getter|2|165-postInit |
| 992 | // write post-init user code here |
| 993 | }//GEN-BEGIN:|165-getter|3| |
| 994 | return albiteLogo; |
| 995 | } |
| 996 | //</editor-fold>//GEN-END:|165-getter|3| |
| 997 | |
| 998 | //<editor-fold defaultstate="collapsed" desc=" Generated Getter: loadingFont ">//GEN-BEGIN:|180-getter|0|180-preInit |
no outgoing calls
no test coverage detected