B4J Question Make Library using B4J with ClassModule and form and images

billy047

Member
Licensed User
Longtime User
For testing purposes carry a library to make numeric keyboard, using Class Module, using a form and images for buttons that I put in image view with internal designer.

The library works well when called from another program, but for this I had to copy all the images and the layout of the form to the Program Files directory of the program that uses this library.

My question, there any way that the library has integrated all its resources as the images and the layout of the form? to avoid having to manually copy those resources to Files directory?

Many thanks in advance

Billy
 

billy047

Member
Licensed User
Longtime User
Erel Hello, thank you very much for your answer, i intent to put the Files Folder into jar but, do not know how to integrate it, I do not know java.
In the my project of the library there is a Files folder, where is the layout and .png images that i use in the imageview.

I attached the ZIP with the library (B4JLIBtest01.ZIP) and the project where I test (B4JTestMyLib.ZIP) here is where I copy manually in the Files folder, both the images and the layout of the form.

It is therefore important encapsulated in the library, all its resources.

Regards.
Billy
 

Attachments

  • B4JLIBtest01.zip
    2.8 KB · Views: 329
  • B4JTestMyLib.zip
    18 KB · Views: 297
Upvote 0
Top