B4JLibraryB4J
FormUtils
Here are some formutilities that I find useful pretty often. So I put them all in one static class And I thought I''d share it. The most important one, I just found (GetIcons in the lib) allows you to add an icon to display it in the taskbar when the form is minimized, I''ve been looking for that for a while. It has the bonus of also adding the Icon to the form.
@stevel05 · 2020-10-02
B4JLibraryBAnano [BANANOCANVAS]
A HTML5 Canvas Library [BANanoCanvas]
A HTML5 Canvas Library [BANanoCanvas]
@Mashiane · 2020-09-27
B4JLibraryComms & Network
Asynchronous modbus TCP master
A modbus TCP master library, fully programmed in b4j. This library is asynchronous, by use of the asyncstreams and Callback method. The response is an event, a separate sub, different then your sub where you did the request. This has the advantage that an unresponsive server will not slow down your application.
@Coldrestart · 2020-09-22
B4JLibraryBAnano - Designer [BANANOMJML]
A Responsive Email Framework using the Abstract Designer [BANanoMJML]
A Responsive Email Framework using the Abstract Designer [BANanoMJML]
@Mashiane · 2020-09-06
B4JLibraryViews - additional
SD: XUI_Design
A single CustomView that allows you to insert a design B4XView allowing you to associate it with any view
@Star-Dust · 2020-08-22
B4JLibraryCompression
SD_ZipLibrary
SD_ZipLibrary
@Star-Dust · 2020-08-20
B4JLibraryImages
GIFdecoder Library - Released
I needed to access the frames in a GIF file by their frame index so I could extract and display each frame in any order, as I required, not just play the GIF animation itself.
@Starchild · 2020-08-07
B4JLibraryBluetooth
jBluetooth
This library allows you to discover and connect to Bluetooth devices. It is similar to B4A Serial library.
@Erel · 2020-08-02
B4JLibraryDatabase [2020.07.28]
New sqlite-jdbc version 3.32.3.2 [2020.07.28]
New sqlite-jdbc version 3.32.3.2 [2020.07.28]
@Claudio Oliveira · 2020-07-30
B4JLibraryBAnano [BANANOZUI]
Creating Zoomable User Interfaces with ZircleUI [BANanoZUI]
Creating Zoomable User Interfaces with ZircleUI [BANanoZUI]
@Mashiane · 2020-07-27
B4JLibraryImages
jShapePoints
This library uses Java OpenCV to identify the contours in the photo and provide you with the coordinates of the points of each contour.
@OGmac · 2020-07-15
B4JLibraryImages
jWebP WebP Images
Simple Java webp image format encoder and decoder. WebP images are claimed to be 25-34% smaller than comparable JPEG images at equivalent SSIM quality index.
@Erel · 2020-07-09
B4JLibraryGoogle
GoogleCalendar - GCal4J
GoogleCalendar - GCal4J
@DonManfred · 2020-07-06
B4JLibraryRaspberry Pi
Rasberry pi4 wiringpi Gpio
Rasberry pi4 wiringpi Gpio
@roberto64 · 2020-06-12
B4JLibraryOS
Rasberry pi4 library
SystemInfo, PlatformManager, NetworkInfo
@roberto64 · 2020-06-11
B4JLibraryRaspberry Pi
Rasberry pi4 LCD1620
Rasberry pi4 LCD1620
@roberto64 · 2020-06-10
B4JLibraryBAnano [LOADING INDICATOR][BANANOPRELOADER]
Show a Preloader [loading indicator] for your app as soon as the page fires [BANanoPreloader]
Show a Preloader [loading indicator] for your app as soon as the page fires [BANanoPreloader]
@Mashiane · 2020-06-02
B4JLibraryEditText/Textview/TextArea/TextField
jTextFormatter
In Javafx Version 8u40 a TextFormatter was introduced. This allows access to text input before any of the keypressed events are fired. Pasted text is also captured. This makes it a lot easier to validate and format text input.
@stevel05 · 2020-05-25
B4JLibraryBAnano - database
BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2
BANanoSQLiteR - Distributing and accessing an existing SQLite Databases - Part 2
@Mashiane · 2020-05-23
B4JLibraryBAnano - database [BANANOCONNECT]
BANanoSQL+SQLite+MySQL+MSSQL Library [BANanoConnect]
BANanoSQL+SQLite+MySQL+MSSQL Library [BANanoConnect]
@Mashiane · 2020-05-23
B4JLibraryPDF
PDF Viewer with PDFBox
This is a class ''clsPDFViewer'' which use PDFBOX to render a pdf file.
@spsp · 2020-05-13
B4JLibraryCalendar [CALENDAR EVENT][BETA]
MIAEvent library [calendar event] [BETA]
MIAEvent is a simple view that allows you to view the appointments of the day, in this case the week, I deleted most of the calendar as I just need to see the records from a database and manage them visually. The problem was how I could see multiple appointments at once without creating a mess, how to retrieve the record data without having to make a query and finally make the same library fast.
@ivanomonti · 2020-05-09
B4JLibraryDatabase [2020.05.05]
New sqlite-jdbc version 3.31.1 [2020.05.05]
New sqlite-jdbc version 3.31.1 [2020.05.05]
@Claudio Oliveira · 2020-05-06
B4JLibraryCertificate
AutoKeyGenerator: create Jetty compatible certificates using LEt''s Encrypt and CloudFlare
Attached the source code and some description on a tool I wrote to generate SSL certificates to be used in B4J http server applications. It generates and renews certificates (even wildcard ones) on Let''s Encrypt and communicates with the CloudFlare API to do DNS challenging. The code has been tested on Windows as well as Ubuntu.
@wl · 2020-05-04
B4JLibraryFile handling
jFileWatcher
Watch system file events
@Roycefer · 2020-04-24
B4JLibraryHome automation
jHueBridge
This is a library that emulates a Philips Hue bridge v1 with Lights and allows you to control them (and therefore your App) from Alexa-powered devices like the Amazon Echo or the Dot.
@Blueforcer · 2020-04-19
B4JLibraryDialogs
Starchild_B4J_Dialogs
This library contains three simple and stylish Dialog classes. They are intended to provide an App styled user interface to the B4J window/form environment. - A ToastMsg class to present a single or multi-line banner momentarily on top of the owner form. - A MsgBox class to present more complex information to the user with an icon, title and multi-line message body then requesting the user to acknowledge by clicking on one of the three button choices. This is a NON-BLOCKING dialog box that presents centrally on top of the owner form. - An InputBox class to firstly present the user with information but requesting user data entry (can use limited text types, lengths, multi-line, etc) then requesting the user to acknowledge by clicking on one of the three button choices. This is a NON-BLOCKING dialog box that presents centrally on top of the owner form.
@Starchild · 2020-04-12
B4JLibraryComms & Network
Telegram Bots API
I started wrapping this project https://github.com/pengrad/java-telegram-bot-api a while ago after failing to make a multipart post that Telegram needs to send a photo. The project seems to be huge so I wrapped only features I needed at the current time . I will try to keep this library updated with most requested features if any.
@somed3v3loper · 2020-04-08
B4JLibraryTheme [BMSTYLE]
CSS Themes [BMStyle]
A simple Module to set a css style for your proyect.
@Brian Michael · 2020-03-14
B4JLibraryPDF [BETA]
PDFBox [beta]. Editing PDF AcroForm Fieldvalues, creating PDFs with new AcroForm
This is a partial wrap for Apache PDFBox.
@DonManfred · 2020-03-04