HUE4j - Philips SDK - Control your HUE System B4J
HUE4j - Philips SDK - Control your HUE System
@DonManfred · 2017-08-26v0.3
JFXExtended: Shapes, Effects, Borders And Gradient Fills B4J
JFXExtend allows you to apply shapes, effects, borders and gradient fills to Nodes. The library does not use CSS. It wraps the underlying packages used by JavaFX to implement the CSS . Mixing the two together can cause conflicts. An example of this is if you add a border to a button using this library and there is a border defined in the inline style for the button then the border will only temporarily replace the border defined in the inline style. This means if the button is redrawn the original border in the inline style will be used and the border you added will be lost. You will need to remove the original border from the inline style. The example code shows you how to remove entries from the inline style.
@keirS · 2017-08-18v2017-08-18
Skeleton (CSS + Library) B4J
While ABMaterial is fantastic, I find it onerous for simple websites. A while back I came across the Skeleton CSS framework; http://getskeleton.com/ Skeleton is a grid based mobile responsive CSS boiler plate. It worked fine for a couple of projects but I still had to hand craft HTML. So I decided to create a B4J library to automate the creation of HTML pages using the Skeleton CSS. I''''ve tried to keep it as generic as possible and I have not introduced any direct changes to the Skeleton CSS but have extended it using additional CSS like Fontawesome and a 3rd part notification CSS for Skeleton. I take no credit for any of the CSS libraries. The B4J library can actually be used to generate generic HTML code as it has a helper class which is used to generate the Skeleton specific markup. The Skelton CSS can also be replaced by other CSS. The examples below show server handlers but as the Render method simply returns a string (of HTML) you can use it to write out HTML files (I use this for a reporting product I wrote).
@tchart · 2017-08-04v2017-08-04
SearchView B4J
A custom view similar to B4A and B4i SearchView
@Erel · 2017-07-24v2017-07-24
json-simple2(keep the json order) B4J
usage same as JSONGenerator
@icefairy333 · 2017-07-12v2017-07-12
jarLoader B4J
This library will load jar files at run time without having to use #AdditionalJar
@tchart · 2017-07-07v2017-07-07
ImageEnter v0.10 B4J
Allows easy interaction with mouseenter/mouseleave event functionality for images in B4J.
@ThRuST · 2017-06-21v0.10
DBUtils B4J
In both the demo and DBUtils.bas, the modifications were minor in order to accommodate MySQL. Summary of DBUtils changes: 1) Added the public variables DB_VARCHAR and DB_BIGINT. MySQL cannot index TEXT fields, thus I had change the Student''''s Id to DB_VARCHAR. Also, MySQL''''s INTEGER field could not hold DateTime''''s long values and thus I added DB_BIGINT. 2) Added a couple of private variables and a new public function (SetEscapeChars) that lets you set the DB''''s escape character. I also modified EscapeField to use these new variables and made the method Public (since it seemed useful for modifying some code in the demo). 3) InsertMaps had an SQL statement that hard coded the escape characters and I changed it to use the EscapeField method
@OliverA · 2017-06-12v2017-06-12
Html Color Picker B4J
HtmlColorPicker is a custom view class that implements a color picker. The colors are set in the Colors field as a list of html colors separated with ''''|''''.
@Erel · 2017-06-08v2017-06-08
Jfoenix Wrap B4J
JavaFX Material Design library
@Enrique Gonzalez R · 2017-05-21v2017-05-21
GridManager B4J
A simple custom view which creates a grid of panes. You can set the number of columns and rows. The panes are resized automatically when the GridManager is resized, make sure to use anchors in your layouts.
@Erel · 2017-05-04v2017-05-04
webplus framework B4J
Web page template engine
@IceFairy333 · 2017-04-24v2017-04-24
jRuby B4J
This library is similar to my nashorn and python libs, but allows you to use ruby from b4j. The library has the same format as the other two it needs #AdditionJars: path/to/your/jRuby.jar
@Daestrum · 2017-04-22v2017-04-22
jPython B4J
This library allows you to use python in B4J (based on jython)
@Daestrum · 2017-04-17v1.6
B4JVlcj (embed VLC MediaPlayer in your program/app) B4J
I am pleased to publish a B4J-wrapper/library of Vlcj (version 3.10.1) which in turn is a Java-wrapper of VLC (VideoLAN). With this wrapper, we can use VLC as a MediaPlayer in B4J.
@Moster67 · 2017-03-21v1.1
jTreeViewExtended B4J
This library extends TreeView. It allows to display a text different from the stored value, select an item, edit the item text, scroll to a given item, expand all parent nodes, change the item height…
@Informatix · 2017-03-20v1.0
B4JDragToMe - drag and drop (only label) B4J
Unless I am mistaken, there is neither a library nor built-in functionality available for B4J which lets you drag and drop a file from Explorer to a Receiver-object in your B4J app. I needed this functionality for a project I am working on and came up with a small library. I only needed the possibility to drag and drop an object onto a Label to get the filepath of the object dropped so this library only handles Labels as a Receiver-object. Updated the library so it supports most controls/views. Limitation: The purpose of this library when I wrote it was so I could get the filepath or Url of the object dropped. Thus, no actions are taken when the object is dropped - only an event will be fired with filepath/Url. However, in this latest version of the library, I have included an object that will load an imageview with the image you drop onto it. Java-code is included so if anyone who wants to expand the library can do it.
@Moster67 · 2017-03-10v0.8
jDHT - Digital-output relative humidity & temperature sensors B4J
Library for the DHT11 & DHT22 digital-output relative humidity & temperature sensors connected to a Raspberry Pi.
@rwblinn · 2017-03-06v2017-03-06
jBH1750 - Ambient Light Sensor B4J
Library for the BH1750 Ambient Light I2C sensor connected to a Raspberry Pi.
@rwblinn · 2017-03-06v2017-03-06
jBMP180 - Barometric Pressure/Temperature/Altitude Sensor B4J
jBMP180 - Barometric Pressure/Temperature/Altitude Sensor [Raspberry Pi]
@rwblinn · 2017-03-02v2017-03-02