After reading the <Guide: How to write Kindlete>
https://www.mobileread.com/forums/sho...d.php?t=102386
And follow the step, find out:
There are Kindlet2.1.jar in the sdk, No KTextArea, No KLabel, and so on in KT 5.1.0. Leak many ui component in this sdk.
You can see the differences of the two sdks' javadoc.
https://kdk-javadocs.s3.amazonaws.com/2.0/index.html
https://kdk-javadocs.s3.amazonaws.com/1.0/index.html
Just wanna write a notepad for fun. How can I write kindlet?
Or tall me how to write panel with GUI Launcher.
Thanks Yifan Lu!
Using GUI Launcher with java, I can write menus to do some simple functions(e.g. get ip address). But how to write panel or dialog?