more deutschen code
This commit is contained in:
parent
b09a14b68a
commit
dc1e1e8cd7
|
@ -58,11 +58,11 @@ public class DemoNumberPartDeskApp extends AbstractDeskApp implements DeskAppRen
|
||||||
|
|
||||||
ImGui.text(getTxt("selectName"));
|
ImGui.text(getTxt("selectName"));
|
||||||
ImGui.sameLine();
|
ImGui.sameLine();
|
||||||
ImGui.text(baseParts[0].BãßClassNaam());
|
ImGui.text(baseParts[0].BãßInfoNaam());
|
||||||
|
|
||||||
ImGui.text(getTxt("selectPurpose"));
|
ImGui.text(getTxt("selectPurpose"));
|
||||||
ImGui.sameLine();
|
ImGui.sameLine();
|
||||||
ImGui.text(baseParts[0].BãßClassPurpose());
|
ImGui.text(baseParts[0].BãßInfoDoel());
|
||||||
|
|
||||||
ImGui.checkbox(getTxt("showBase10"), showBase10);
|
ImGui.checkbox(getTxt("showBase10"), showBase10);
|
||||||
ImGui.checkbox(getTxt("showBase16"), showBase16);
|
ImGui.checkbox(getTxt("showBase16"), showBase16);
|
||||||
|
|
|
@ -28,7 +28,7 @@ public interface BãßBȍőnAuthorʸᴰ<T, K extends BãßBȍőnCoffinNailʸᴰ>
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_AUTHOR_NAME);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_AUTHOR_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßAuthorCopyright() {
|
default String BãßAuthorKopieërRecht() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_AUTHOR_COPYRIGHT);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_AUTHOR_COPYRIGHT);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,14 +31,11 @@ public interface BãßBȍőnInfoʸᴰ<T, K extends BãßBȍőnCoffinNailʸᴰ> e
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// say = 說
|
default String BãßInfoNaam() {
|
||||||
// meaning = 意
|
|
||||||
|
|
||||||
default String BãßClassNaam() {
|
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_BEAN_NAME);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_BEAN_NAME);
|
||||||
}
|
}
|
||||||
|
|
||||||
default String BãßClassPurpose() {
|
default String BãßInfoDoel() {
|
||||||
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_BEAN_PURPOSE);
|
return toBBC().UNHOLY(Ꝑŕḯṿª₮ḕ.class).GHOST_STR(Ꝑŕḯṿª₮ḕ.GHOST_KEY_BEAN_PURPOSE);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,11 +26,11 @@ public interface DefaultEnumInstanceᴶᴹˣ<T,K extends BãßBȍőnCoffinNailʸ
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_COLON);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_COLON);
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_TYPE);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_TYPE);
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_IS);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_IS);
|
||||||
name.append(boon.BãßClassNaam());
|
name.append(boon.BãßInfoNaam());
|
||||||
|
|
||||||
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
||||||
ObjectName objectName1 = new ObjectName(name.toString());
|
ObjectName objectName = new ObjectName(name.toString());
|
||||||
server.registerMBean(new MBeanDynamicᴶᴹˣ(boon.BãßClassPurpose(), DefaultEnumBaseᴶᴹˣ.jmxGhosts(boon.toBBC())), objectName1);
|
server.registerMBean(new MBeanDynamicᴶᴹˣ(boon.BãßInfoDoel(), DefaultEnumBaseᴶᴹˣ.jmxGhosts(boon.toBBC())), objectName);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,15 +26,15 @@ public interface DefaultEnumSetᴶᴹˣ<T,K extends BãßBȍőnCoffinNailʸᴰ>
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_COLON);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_COLON);
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_TYPE);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_TYPE);
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_IS);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_IS);
|
||||||
name.append(boon.BãßClassNaam());
|
name.append(boon.BãßInfoNaam());
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_COMMA);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_COMMA);
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_NAME);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_NAME);
|
||||||
name.append(BãßBȍőnConstantsʸᴰ.STR_IS);
|
name.append(BãßBȍőnConstantsʸᴰ.STR_IS);
|
||||||
name.append(boon.BȍőnNaam());
|
name.append(boon.BȍőnNaam());
|
||||||
|
|
||||||
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
MBeanServer server = ManagementFactory.getPlatformMBeanServer();
|
||||||
ObjectName objectName1 = new ObjectName(name.toString());
|
ObjectName objectName = new ObjectName(name.toString());
|
||||||
server.registerMBean(new MBeanDynamicᴶᴹˣ(boon.BãßClassPurpose(), DefaultEnumBaseᴶᴹˣ.jmxGhosts(boon.toBBC())), objectName1);
|
server.registerMBean(new MBeanDynamicᴶᴹˣ(boon.BãßInfoDoel(), DefaultEnumBaseᴶᴹˣ.jmxGhosts(boon.toBBC())), objectName);
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
|
|
@ -59,7 +59,7 @@ public enum Base2WarpCore implements DefaultEnumInstanceᴶᴹˣ<Base2WarpCore,B
|
||||||
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
for (int base:Base2PartsFactory.INSTANCE.BãßBases()) {
|
||||||
BãßBȍőnPartʸᴰ<?>[] parts = Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base);
|
BãßBȍőnPartʸᴰ<?>[] parts = Base2PartsFactory.INSTANCE.BãßBuildPartsByBase(base);
|
||||||
for (BãßBȍőnPartʸᴰ<?> part:parts) {
|
for (BãßBȍőnPartʸᴰ<?> part:parts) {
|
||||||
logHandler.accept("Lock: "+part.BãßClassNaam()+" since: "+part.BãßAuthorCopyright());
|
logHandler.accept("Lock: "+part.BãßInfoNaam()+" since: "+part.BãßAuthorKopieërRecht());
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.鎖ᴳᴿᴬⱽᴱ(part);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.鎖ᴳᴿᴬⱽᴱ(part);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -163,7 +163,7 @@ public class GDXAppVrGem4Activator implements BundleActivator {
|
||||||
private void lockCoffins(GDXAppVrGem4BootScreen bootScreen) {
|
private void lockCoffins(GDXAppVrGem4BootScreen bootScreen) {
|
||||||
// ref to init
|
// ref to init
|
||||||
for (DefaultEnumBaseᴶᴹˣ<?,?> coffin:coffinInstances()) {
|
for (DefaultEnumBaseᴶᴹˣ<?,?> coffin:coffinInstances()) {
|
||||||
bootScreen.bootLine("Lock: "+coffin.BãßClassNaam()+" since: "+coffin.BãßAuthorCopyright());
|
bootScreen.bootLine("Lock: "+coffin.BãßInfoNaam()+" since: "+coffin.BãßAuthorKopieërRecht());
|
||||||
BãßBȍőn.Ꝑŕḯṿª₮ḕ.鎖ᴳᴿᴬⱽᴱ(coffin);
|
BãßBȍőn.Ꝑŕḯṿª₮ḕ.鎖ᴳᴿᴬⱽᴱ(coffin);
|
||||||
}
|
}
|
||||||
bootScreen.bootLine("BãßBȍőnCoffinʸᴰ init done.");
|
bootScreen.bootLine("BãßBȍőnCoffinʸᴰ init done.");
|
||||||
|
|
Loading…
Reference in a new issue