✨ Replacement TitleBar B4J
I''''ve seen a few questions on the forums about changing the titlebar color. The answer is that you have to replace the title bar. This gives the problem of then losing all of the form controls, resizing minimising, maximising and close buttons. This is a customview, that does all of this. Just add the titlebarCV customview to the top of a layout and it will replace the existing titlebar with one defined int the titlebar layout.
@stevel05 · 2023-09-29v1.5
✨ TreeTableView Helper Class B4J
TreeTableView Helper Class
@Mashiane · 2023-09-24v2023-09-24
✨ BANanoOrderedMap B4J
BANanoOrderedMap [BANano]
@Mashiane · 2023-09-19v2023-09-19
✨ TextArea and TextField commands. Keep Undo working. B4J
TextArea and TextField commands. Keep Undo working. [B4j]
@stevel05 · 2023-09-19v2023-09-19
✨ MenuButton B4J
I wanted to add a menu to a form that is to be used in a narrow portrait orientation. I have dealt with this before using a normal button and a popup menu. but as there is a MenuButton control in JavafX I thought I''''d wrap it.
@stevel05 · 2023-09-17v2023-09-17
✨ SD Zebra B4AB4IB4J
SD Zebra [printer] [B4X]
@Star-Dust · 2023-09-16v1.11
✨ SD_StrangeListView B4AB4IB4J
This new view allows you to have an ordered and distributed list of images (left) and their name, description and info (right). Or you can view the images in grid (if the screen size allows it, otherwise in column) where there will be related images with the name just below. There is an add button and a close button that makes the visit invisible (mBase.Visible = False so to speak).
@Star-Dust · 2023-08-31v0.13
✨ TextField As Label B4J
This one was born out of frustration that in Javafx, you can''''t make a label''''s text selectable. This is a Textfield, that is styled as a label. with the added bonus that you can click the label to edit the text (which can be disabled) and would be useful to use in a data table or list where you may want to edit the field.
@stevel05 · 2023-08-30v2023-08-30
✨ BANanoCSSUtils - Utility Helpers & Animations on any BANanoElement B4J
BANanoCSSUtils - Utility Helpers & Animations on any BANanoElement
@Mashiane · 2023-08-24v2023-08-24
✨ Pseudo classes for JavaFX / B4j B4J
If you are creating a Javafx / B4j project with multiple themes & stylesheets, then you need this. You can create your own Pseudo classes for use in the stylesheets.
@stevel05 · 2023-08-22v2023-08-22
✨ jKuromoji - Japanese morphological analyzer B4J
Kuromoji is an easy to use and self-contained Japanese morphological analyzer that does - Word segmentation. Segmenting text into words (or morphemes) - Part-of-speech tagging. Assign word-categories (nouns, verbs, particles, adjectives, etc.) - Lemmatization. Get dictionary forms for inflected verbs and adjectives - Readings. Extract readings for kanji
@xulihang · 2023-08-19v2023-08-19
✨ Nitrite NoSQL embedded database library B4J
I was interested to try Erel''''s MongoBD example in a few projects but really didn''''t want to use a server implementation so I looked for an alternative and found the Nitrite library. Think of it as a KeyValueStore on steroids. You can search and sort records with filters. You can add fields to a record without having to change a schema.
@stevel05 · 2023-08-19v1.15
✨ NHCalculateHash - Calculate Hash for everything - It Cannot be Used In B4A B4J
NHCalculateHash - Calculate Hash for everything - It Cannot be Used In B4A
@hatzisn · 2023-08-16v2023-08-16
✨ JSON Formatter and validator B4J
I am working on an app that needs to be able to manipulate JSON strings. They are stored in a compact format then prettified for display and editing. The main problem I have found is that if the json is invalid, it can''''t be prettified with the existing JSON lib. I found this project on github and ported the format class to B4j.
@stevel05 · 2023-08-07v2023-08-07
✨ Message view based on xCustomlistview B4AB4IB4J
Chat-like view; received messages appear to the left, sent to the right.
@John Naylor · 2023-08-05v0.11
✨ Starchild_B4J_SmartGraphView B4J
This library contains a custom view called Starchild_B4J_SmartGraphView which can be added into a form layout using B4J Designer. It provides a simple and stylish way of presenting dynamic data as a graphed display. Spot, Line and Bars can be used to represent the plotted data values on the graph.
@Starchild · 2023-08-02v2023-08-02
✨ Conversations view for B4A, B4i B4AB4IB4J
Provides a view to display a conversations panel like various messenger systems. Add/update messages, avatars or automatic initials, long press to select conversation(s), preview latest message option, number of unread messages view, modify colours, borders etc etc.
@John Naylor · 2023-08-01v2023-08-01
✨ B4XLib Template and Necessary Files B4AB4IB4J
A template to create b4xlibs on the run
@hatzisn · 2023-07-28v2023-07-28
✨ Basic Calendar custom view using designer script extension B4J
Basic Calendar custom view using designer script extension
@stevel05 · 2023-07-24v1.02
✨ AS CalendarAdvanced - OneRow/FiveRow Calendar - Expand and Collapse B4AB4IB4J
AS CalendarAdvanced - OneRow/FiveRow Calendar - Expand and Collapse [B4X] [XUI]
@Alexander Stolte · 2023-07-20v3.08