B4JSnippetDesigner [DSE]
Button Shapes [DSE]
Button Shapes [DSE]
@stevel05 · 2022-09-25
B4JSnippetExcel [XLUTILS][JPOI5]
Detect/unhide hidden rows and columns in a worksheet [XLUtils] [jPOI5]
Detect/unhide hidden rows and columns in a worksheet [XLUtils] [jPOI5]
@walt61 · 2022-09-24
B4JSnippetCSS
Log CSS Styleclass from Node
Log CSS Styleclass from Node
@stevel05 · 2022-09-24
B4JSnippetOS [ADD AN APP AT WINDOWS TASKS]
How to add an Elevated Priveleges Application to Start-UP at Windows [add an app at windows tasks]
How to add an Elevated Priveleges Application to Start-UP at Windows [add an app at windows tasks]
@Magma · 2022-09-22
B4JSnippetDesigner [RADIOBUTTON / TOGGLEBUTTON][DSE]
SetToggleGroup [RadioButton / ToggleButton] [DSE]
SetToggleGroup [RadioButton / ToggleButton] [DSE]
@stevel05 · 2022-09-22
B4JSnippetDrawing
Draw arc line with round cap
Draw arc line with round cap
@kimstudio · 2022-09-21
B4JTutorialEncryption
Share encrypted data with B4A
Share encrypted data with B4A
@Erel · 2022-09-20
B4JTutorialWebApp
WebApps - Let''s create a Morse Code Translator
WebApps - Let''s create a Morse Code Translator
@Mashiane · 2022-09-20
B4JTutorialBAnano - Vue [ABSTRACT DESIGNER][BANANOVUETIFYAD3]
Converting your DB to a WebApp using VFlexDialog + MySQL CRUD PHP [Abstract Designer] [BANanoVuetifyAD3]
Converting your DB to a WebApp using VFlexDialog + MySQL CRUD PHP [Abstract Designer] [BANanoVuetifyAD3]
@Mashiane · 2022-09-17
B4JLibraryPrint
SD: Bluetooth Printer B4J
BT_Printer library allows you to print text (and soon image) to a bluetooth thermal printers. It is similar to the BT_Printer library for Android, and implementations, events and methods are almost identical. We are working to have the same library for all platforms. On iOS it will be different because it uses BLE, but we will try to standardize the use.
@Star-Dust · 2022-09-14
B4JLibraryComms & Network [MAX]
Mind Your Own Business [Max]
Mapping ip addresses to locations and networks
@drgottjr · 2022-09-12
B4JTutorialBAnano - Vue [PHP][BANANOVUETIFYAD3]
VFlexDialog + MySQL CRUD REST API [PHP] [BANanoVuetifyAD3]
VFlexDialog + MySQL CRUD REST API [PHP] [BANanoVuetifyAD3]
@Mashiane · 2022-09-09
B4JLibraryAudio/Video
jAsioHost Asio sound drivers for windows.
JAsioHost (JAH) is a Java interface to Steinberg''s Audio Stream Input/Output (ASIO) API. It provides low-latecy (< 10ms) input and output access to the available audio hardware on Windows, replacing the need to use the outdated and slow Java Sound API.
@stevel05 · 2022-09-08
B4JSnippetAudio/Video [WINDOWS ONLY]
jAsio audio. Simple mixer [Windows only]
This is a demonstration of using ASIO audio drivers with B4j.
@stevel05 · 2022-09-07
B4JTutorialMail [BANANOVUETIFYAD3]
Sending Emails via EmailJS REST API [BANanoVuetifyAD3]
Sending Emails via EmailJS REST API [BANanoVuetifyAD3]
@Mashiane · 2022-09-06
B4JLibraryAudio/Video [B4J]
Jave2 FFMPeg Library [B4j]
A java wrapper for FFMpeg. Useful to integrate FFMpeg into your app without having to use jShell.
@stevel05 · 2022-09-03
B4JSnippetB4J Server
Dynamic plain HTML form web-page
Dynamic plain HTML form web-page
@peacemaker · 2022-08-31
B4JSnippetGame [SOURCE CODE]
Robofish - Genetic Algorithm [SOURCE CODE]
A genetic algorithm (GA) is a metaheuristic inspired by the process of natural selection that belongs to the larger class of evolutionary algorithms (EA).
@ilan · 2022-08-30
B4JLibraryDrawing
jCanvasExt Extends Canvas methods
This library, with the Class source code, extends the Canvas functionalities. Some time ago I was playing with B4J Canvas with methods not exposed directly to B4J. There was a question in the forum for a routine to draw rectangles with round corners. So, I think it may be useful for others.
@klaus · 2022-08-27
B4JTutorialOS
B4J Shell commands list and launch tool
Compose shell command lines.
@PaulMeuris · 2022-08-24
B4JLibraryMenu
Menu Manager
Create menu''s in code for menubar and context menus. This library supports Text Menu Items, Checkbox Menu items, Custom menu items and menu dividers. Features: Add Icons to menu items. Image, Fontawesome and MaterialIcons Add Shortcut keys to menu items Default and assignable style classes to style via css Set tags Set alternate eventnames for individual menu items Create sub menus Create Simple menus from a String array Add tooltips to custom menus content Nodes Change attributes for menuitems Most set methods return it''s own class so they can be chained
@stevel05 · 2022-08-24
B4JSnippetAudio/Video
jAudioTrack2 - SimpleMixer
A simple audio mixer based on WavRandomAccessFile from the jAudioTrack2 library.
@stevel05 · 2022-08-23
B4JSnippetBAnano - Vue [BVAD3]
VFlexDialog Builder [BVAD3]
The VFlexDialog Builder helps you the developer to easily generate the VFlexDialog source code needed to create your forms using the VFlexDialog.
@Mashiane · 2022-08-18
B4JLibraryAudio/Video [B4J]
AudioSpectrumVisualizer [B4j]
Display an audio spectrum using a Javafx AreaChart and the MediaPlayer AudioSpectrumListener
@stevel05 · 2022-08-17
B4JLibraryAudio/Video
Code Module FFMPeg_Utils for jAudioTrack2 and jAudioRecord2
Using FFMPeg Command Line and jShell, it is possible to convert most file formats to and from a wav file that jAudioRecord2 writes and a jAudioTrack2 plays.
@stevel05 · 2022-08-17
B4JLibraryAudio/Video
jAudioTrack
Here is the opposite number to jAudioRecord, again based on javax.sound.sampled it''s setup is very similar.
@stevel05 · 2022-08-14
B4JLibraryBarcode/scan [B4J]
CmdTwain Wrapper [B4j]
This is a B4xlib to control the free command line Twain Scanning app CmdTwain. (Windows Only)
@stevel05 · 2022-08-12
B4JTutorialCalendar
AS Scheduler + AS FloatingPanel = Appointment Info Card
This is an example project of how to add an info card when hovering over an Appointment.
@Alexander Stolte · 2022-08-09
B4JTutorialCalendar
AS Scheduler + AS PopupMenu= Appointment Context Menu
AS Scheduler + AS PopupMenu= Appointment Context Menu
@Alexander Stolte · 2022-08-09
B4JLibraryDatabase
SQLite JDBC - Library version updates
SQLite JDBC - Library version updates
@Claudio Oliveira · 2022-08-08