Bookmark and Share

FXShoutBox

This is a JavaFX Shoutbox that sends messages with HttpRequest to a Servlet or PHP

You can see all messages by dragging them. Try holding Alt key and dragging the applet.

To see a live demo click here It is not always working since I upload it to a free hostig service so they can close my account anytime.

screenshot

Download (Compiled with sdk 1.3)

Source code (NetBeans project): download This is the source code for the application

Data Base script to create the table: script.sql I used MySQL

Or if you prefer instead of using Servlets you can use PHP

PHP: db.php , GetMessages.php , StoreMessage.php