B4JLibraryEditText/Textview/TextArea/TextField
TextArea with lined background - Custom View
TextArea with lined background - Custom View
@stevel05 · 2018-10-30
B4JLibraryViews - additional
jRLViews - Custom Views
This library contains a selection of Custom Views. SelectFileTextField: TextField with a file choose button. NumericTextField: TextField, with border indicator for accepting numeric input only. LinkLabel: Label with a clickable link (url). SliderX: Slider with additional property settings (tick labels, tick marks, block increment, major tick unit, minor tick count, snap to ticks, value changing,thumb and track settings). ColorList: List the standard JavaFX colors in a colored customized listview. Select color name and hex-value (0x.....). ListViewEdit: ListView with editable TextFields. ButtonToolbar: Toolbar with buttons (Text or Icon). SeparatorLine: Separator Line VERTICAL or HORIZONTAL.
@rwblinn · 2018-10-15
B4JLibraryPreferences
Scrolling Property Sheet
This is a property sheet on a ListView with CSS optimized for small views but scales pretty well.
@stevel05 · 2018-10-13
B4JLibraryAI/ML
TensorFlow - an experimental machine/deep learning wrapper for B4J
After writing a TensorFlowLite library for Android, I was asked to do a similar one for B4J. My library wraps TensorFlow (v. r.1.10) and is based on some Java examples found in TensorFlow''s Github pages. I also added some functionality. Please note that this is not a complete wrapper of TensorFlow but a rather small one permitting you to test out some of the features although still very much usable. Since the Java APIs are available, one could probably make a complete wrapper but in this moment I don''t have the time. In addition, it seems like TensorFlow version 2.0 will be released later this year so it might be better to wait until then.
@moster67 · 2018-09-29
B4JLibraryFile handling
FileUtils
FileUtils
@PatrikCavina · 2018-09-14
B4JLibrarySystem Tray
jFXSystemTrayHandler - Display a javafx context menu
This is a code module that allows display of a JavaFX Context Menu when the system tray Icon is clicked. Used in conjunction with the MenuManager Library, it is possible to add checkbox items, images, Fontawesome and MaterialIcons and CustomItems to the contextmenu. You can compile it to a library of you prefer not to add the module to your project.
@stevel05 · 2018-09-05
B4JLibraryHome automation
jYeelight
This is a simple library that allows you to control the 15$ Xiaomi´s YeeLight WiFi RGB LED bulbs (real alternative to Phillips Hue) through your LAN. So far only tested with the RGB version (v1) but maybe it works also with the white bulb and strips.
@Blueforcer · 2018-08-30
B4JLibraryPDF
PdfJet Rewrapped
I do like a lot this library and a lot of people uses it, but the awesome library wrapped by @warwound it is a bit outdated. so i decided to wrap mine, but i have never been able to compile a single line of java so this wrap was made in its entirety with JavaObject.
@Enrique Gonzalez R · 2018-08-28
B4JLibraryDatabase
Updates for sqlite-jdbc
Newest version (18.8.2018): sqlite-jdbc-3.23.1
@KMatle · 2018-08-18
B4JLibraryInterop
MashMSWord: Beginning MS Word Tables
At some stage I will need to work with MS Word Tables, this is my attempt to do do using Inline Java.
@Mashiane · 2018-08-08
B4JLibraryViews - additional
Wrapper for TilesFX
A JavaFX library containing tiles for Dashboards.
@Blueforcer · 2018-07-26
B4JLibrarySocial
TwitterZapier Library
As I wanted to post messages to Twitter within my B4J app I couldn''t find any Twitter library''s (or code) to use with B4J, so I created this small library to allow me to tweet messages to Twitter.
@aaronk · 2018-07-25
B4JLibraryLogging/Exceptions
Syslog Library 0.69
Hi, this is a syslog library with RFC_3164, is an working project. have send udp, send tcp with static severity and facility. this is because only needed for a unique client. if someone have some interest I can finish it.
@victormedranop · 2018-07-21
B4JLibraryTable/Grid
Bootstrap4Grid
This generates the HTML bootstrap grid from a single class, just a basic grid using original source code. This could be adopted for other grid generating frameworks. One could use JQuery to put components using the ids of the RCs, if one explores this further.
@Mashiane · 2018-07-19
B4JLibrarySerial comm/USB
jSerial for AArch64
I wanted to open a serial interface on my pine64 Board with ARM-64bit. Unfortunately, the official jSSC Lib does not support 64bit architecture. I have built a new one which supports 64bit as well as the officially supported platforms.
@Blueforcer · 2018-07-17
B4JLibraryABMaterial [ABMATERIAL]
Mapping with Leaflet.js? [ABMaterial]
Mapping with Leaflet.js? [ABMaterial]
@Mashiane · 2018-06-29
B4JLibraryB4J
Updates to internal libaries
Updates to internal libaries
@Erel · 2018-06-19
B4JLibraryDropbox
Dropbox SDK V2
This is a begin of a wrap for the Dropbox JAVA SDK The Library is based on my v0.4 from the B4A Library. I´ve made an B4J Version out of it now. The Library is beta.
@DonManfred · 2018-05-27
B4JLibraryLogging/Exceptions
jColorLogger
jColorLogger allows you to control the text color and background color and column alignment of statements logged to Standard Out in the Windows console and Linux or Mac terminal emulators. The color functionality doesn''t work in the B4J IDE but the logging still does, it just appears as boring monochromatic text.
@Roycefer · 2018-05-12
B4JLibraryB4J [XUI]
SD: TouchViewEvent B4J [XUI]
Using the XUI views I realized the need to follow the events of Touch, Drag, Click and Release in a unique way. I wanted to create an XUI class that manages things in a standard way, so if we write apps using XUI views we can also have a standard when we write code related to events, without having to use #IF B4A, #IF B4J
@Star-Dust · 2018-04-30
B4JLibraryFile handling
File Chooser Utils
I had thought there was something unusual about the FileChooser for a while, last night it dawned on me that it is not possible to select a specific file type from the list. I have created a Utils module to allow this. There are 4 options (only to save typing when setting it up) that allow entering individual file extensions that then are individually selectable, you have to enter a description for each file extension, you can also add a merged filter (with a separate name) this is what we have now, and a further option to add an all files filter, and an option for both. There is also a method to set the initially selected filer. It''s a static module, so you need to pass a FileChooser object to each call. You can compile it to a library if you don''t want to add the module to a project.
@stevel05 · 2018-04-20
B4JLibraryOS
jSensors_B4J - load, fan and temps
View the temperatures, loads and fan speeds of the various components in your computer (like cpu, gpu, motherboard, disk)
@Roycefer · 2018-04-20
B4JLibraryImages
Simple Image Info - Image Size and MIME type
Here is a port of a class found here: http://blog.jaimon.co.uk/simpleimageinfo/SimpleImageInfo.java.html that reads the size info from a file for GIF, JPG, PNG, BMP and TIFF files. Useful so you can determine whether to load the file or a Sampled version without having to load it fully first.
@stevel05 · 2018-04-09
B4JLibraryXML
MashXML
MashXML seeks to be an extension of Erel''s XML2Map module with special attention to Library XMLs. I did this to help me parse library xml''s for other tasks I needed.
@Mashiane · 2018-04-04
B4JLibraryDatabase
HikariCP - High Performance Connection Pool
Fast, simple, reliable. HikariCP is a "zero-overhead" production ready JDBC connection pool. At roughly 130Kb, the library is very light.
@mindful · 2018-04-03
B4JLibraryDrawing
jPCT3d (partial wrap)
A bit old ,non complete ,not tested and unsupported (sorry for that ) wrap for jPCT3d library
@somed3v3loper · 2018-04-03
B4JLibraryExcel
MashPOI
MashPOI is a collection of some jPOI related methods that I have found from the forum and created a library. As much as there are a couple of functions in the modules, I also want to add functionality to easily add worksheets, add rows and style the various columns in Excel documents.
@Mashiane · 2018-04-02
B4JLibraryTable/Grid
Master Details Using EditableTableView with CRUD
I''m designing forms with master detail functionality using a ListView and a TableView with CRUD functionality. I realized that I will have multiple controls in the screen and this will make my code a little hard to maintain with the many Create, Update and Delete functionality. Thus this is a customview that is made with another customview. So with this all I need to use are the events and the resulting output and nothing else.
@Mashiane · 2018-04-02
B4JLibraryDatabase
SD: SqliteExtra
This new library is used to add some functions to the already precious SQLite library. Insertion, updating and reading of images in fields of type BLOB. Functions to add a table, a field. Update a field. Delete a row or table. List of tables, fields and typos of the fields contained in the database Commands to populate List and ListView also with images.
@Star-Dust · 2018-03-23
B4JLibraryComms & Network
LDAP server
LDAP server
@fransvlaarhoven · 2018-03-06