A atiaust Active Member Licensed User Longtime User Dec 6, 2013 #1 Hi Erel, Is there a simple grid control for use in B4J? You can add a gridpane in the designer but how do you access it in the code? Also how do you set an icon for .jar file for the the app. Thanks
Hi Erel, Is there a simple grid control for use in B4J? You can add a gridpane in the designer but how do you access it in the code? Also how do you set an icon for .jar file for the the app. Thanks
D dilettante Active Member Licensed User Longtime User Dec 7, 2013 #2 Regarding an icon: I think you'd normally use a wrapper EXE containing the desired icon, for example see http://jsmooth.sourceforge.net/ Of course then you lose portability to other OSs. Upvote 0
Regarding an icon: I think you'd normally use a wrapper EXE containing the desired icon, for example see http://jsmooth.sourceforge.net/ Of course then you lose portability to other OSs.
Erel B4X founder Staff member Licensed User Longtime User Dec 7, 2013 #3 What do you mean with grid control? TableView allows you to create tables. You can also use GridPane. See FlickrViewer for an example. Upvote 0
What do you mean with grid control? TableView allows you to create tables. You can also use GridPane. See FlickrViewer for an example.