MCPcopy Create free account
hub / github.com/dumbledore/AlbiteREADER / getAlbiteLogo

Method getAlbiteLogo

src/org/albite/albite/AlbiteMIDlet.java:985–995  ·  view source on GitHub ↗

Returns an initiliazed instance of albiteLogo component. @return the initialized component instance

()

Source from the content-addressed store, hash-verified

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

Callers 7

getLoadBookMethod · 0.95
getSplashScreenMethod · 0.95
getImageItemMethod · 0.95
getLookupMethod · 0.95
getExitBoxMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected