Additional jServer (web server) Setting Snippets
Just thought it would be good to keep additional jServer/Jetty/Web Server settings in one place.
@tchart · 2016-11-02
Transitions and Animations
This is a wrapper for the transitions of JavaFX.
@jmon · 2016-10-31
Add a ToolTip to an ImageView
Add a ToolTip to an ImageView
@rwblinn · 2016-10-27
Password validation using RegEx
Tests given password against the given rules
@mindful · 2016-10-26
Email validation using RegEx
This regex example uses all the characters permitted by RFC 5322, which governs the email message format.
@mindful · 2016-10-26
Add root filter to redirect visitors to site entry page [ABMaterial]
Add "root filterâ to redirect visitors to site entry page [ABMaterial]
@stanmiller · 2016-10-21
FirebaseRealtimeDatabase4J
This is is "maybe working" wrap for the Firebase RealtimeDatabase.
@DonManfred · 2016-10-19
Version 2.0 ABMParallax [ABMaterial]
Version 2.0 ABMParallax [ABMaterial]
@Harris · 2016-10-14
jLibGDXemulator
The easiest way to port your B4A LibGDX games to B4J
@wonder · 2016-10-13
new in 2.00: multiple sidebars [ABMaterial]
new in 2.00: multiple sidebars [ABMaterial]
@alwaysbusy · 2016-10-12
Tower of Hanoi (with solution)
Tower of Hanoi (with solution)
@BeneBarros · 2016-10-10
Tutorial - Run B4J webserver on VPS
Tutorial - Run B4J webserver on VPS
@shashkiranr · 2016-10-09
external Ip
Some ISPs dont supply fixed Ip adresses. It will change mostly every day. For remote controlling you can use DynDns or NoIp. But a adding a little code will provide you (via mail for example) the current Ip adress
@MbedAndroid · 2016-10-07
events trigger [ABMaterial]
events trigger [ABMaterial]
@jayel · 2016-10-06
My take on the Grid [ABMaterial]
My take on the Grid [ABMaterial]
@Mashiane · 2016-10-03
Calling MySQL PHP scripts with OkHttp [ABMaterial]
Calling MySQL PHP scripts with OkHttp [ABMaterial]
@Mashiane · 2016-09-29
MyMaterial.Show with Source Code Preview
MyMaterial.Show with Source Code Preview
@Mashiane · 2016-09-16
SMS cost of the tariff plan of the smartphone with mysms API
SMS cost of the tariff plan of the smartphone with mysms API
@FabioRome · 2016-09-14
Java Security
Java Security
@Erel · 2016-09-12
New component ABMChronologyList (2.00) [ABMaterial]
The ABMChronologyList is a vertical timeline component. Useful to give an overview of a limited period. It is device aware so e.g. on a phone, all items will be one under each other.
@alwaysbusy · 2016-09-05
jCalendar
This is a wrapper for the GregorianCalendar and TimeZone classes, with its Java source code.
@Informatix · 2016-08-29
Generate Word document and save as PDF from B4J via VBS-script
Generate Word document and save as PDF from B4J via VBS-script
@KMatle · 2016-08-29
Execute Windows VBS-Scripts from B4J
Execute Windows VBS-Scripts from B4J
@KMatle · 2016-08-29
DateTime minus milliseconds
DateTime minus milliseconds
@tchart · 2016-08-29
90+ String Manipulation Methods
This is a partial wrap of the Apache StringUtils library. Which is part of the Apache Commons components. Since there is already a StringUtils library in B4J I have called it ApacheSU and the library JAR is ApacheStringUtilsB4J.
@keirS · 2016-08-28
HTMLEditor add B4J ColorPicker View to Top-Toolbar
Example of adding the B4J ColorPicker View to the Top-Toolbar of the HTML Editor View.
@rwblinn · 2016-08-27
Basic To Html
I just recently began building a web with B4J and everything was OK until i found that if i wanted to create 4 pages that were almost identical (for example: same header, menu, etc.) i would need to mantain 4 different html files, without the possibility to merge them gracefully enough to still have some differences in them. So i created this small class called tag that let me create webpages programmatically or better said, .html files with some nice features. To use it just declare it and add attributes, another tags, some inner text, and thats all!
@Enrique Gonzalez R · 2016-08-26
Pagination with dbutils
Pagination with dbutils
@icefairy333 · 2016-08-24
Multiple entry jar
You can put more than one java application in a single jar, but still be able to run them as individual applications.The main advantage is the space it takes up.
@Daestrum · 2016-08-24
GetScreenPosition
This snippet gives you the screen position of a node in your application. Useful when you have a pop-up that needs to be aligned to a control, like a tooltip for example.
@jmon · 2016-08-20