All Projects → b3z → bluebub

b3z / bluebub

Licence: MIT License
A library for creating chat bubbles in JavaFX

Programming Languages

java
68154 projects - #9 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to bluebub

Insulator
A client UI to inspect Kafka topics, consume, produce and much more
Stars: ✭ 53 (+23.26%)
Mutual labels:  javafx
DashboardFx
JavaFx Dashboard
Stars: ✭ 272 (+532.56%)
Mutual labels:  javafx
CeylonFX
Ceylon interface for JavaFX
Stars: ✭ 13 (-69.77%)
Mutual labels:  javafx
FlatBee
An javafx css style for an flat and smooth experience
Stars: ✭ 24 (-44.19%)
Mutual labels:  javafx
springboot-javafx-tutorial
Show you how to Integrate Spring Boot with JavaFX - Tutorial
Stars: ✭ 20 (-53.49%)
Mutual labels:  javafx
MaskedTextField
MaskedTextField is an component similar to JFormmatedText field and can be used in same way.
Stars: ✭ 21 (-51.16%)
Mutual labels:  javafx
kubed
No description or website provided.
Stars: ✭ 68 (+58.14%)
Mutual labels:  javafx
kotlin-gradle-templates
Quick start kotlin gradle DSL
Stars: ✭ 50 (+16.28%)
Mutual labels:  javafx
Grid
A grid component for javafx
Stars: ✭ 23 (-46.51%)
Mutual labels:  javafx
ChatRoomFX
JavaFX ChatRoom using JAVA RMI
Stars: ✭ 33 (-23.26%)
Mutual labels:  javafx
GNButton
JavaFx Custom Button animated
Stars: ✭ 17 (-60.47%)
Mutual labels:  javafx
Zephyria
JavaFX Kotlin RPG using FXGL engine
Stars: ✭ 38 (-11.63%)
Mutual labels:  javafx
JavaUltimateTools
A Large Repository Of Awesome Code For Java.
Stars: ✭ 24 (-44.19%)
Mutual labels:  javafx
RentLio
This is a vehicle reservation system. Which is made with JavaFX and also using hibernate and RMI.
Stars: ✭ 49 (+13.95%)
Mutual labels:  javafx
openjfx-docs
Getting started guide for JavaFX 11
Stars: ✭ 70 (+62.79%)
Mutual labels:  javafx
FluxFX
Flux architecture with JavaFX
Stars: ✭ 24 (-44.19%)
Mutual labels:  javafx
javafx-examples
JavaFX Example Projects
Stars: ✭ 85 (+97.67%)
Mutual labels:  javafx
jmonet
An easy-to-use toolkit for incorporating MacPaint / Microsoft Paint-like tools into a Java Swing or JavaFX application.
Stars: ✭ 27 (-37.21%)
Mutual labels:  javafx
blackstone
Gomoku (Five in a Row) game manager with a powerful built-in AI, written in Java with a clean, minimal interface.
Stars: ✭ 33 (-23.26%)
Mutual labels:  javafx
vkmusic
Приложение для выгрузки аудио библиотеки из ВК
Stars: ✭ 31 (-27.91%)
Mutual labels:  javafx

bluebub library

A library for creating chat bubbles in JavaFX

Requirements

  • JavaFX 11 or higher
  • Oracle JDK SE 8 or higher (in version 11 Oracle removed JavaFX from the JDK so get it manually)

What can I do with it?

Create nice chatbubbles with terrific colors and styles. example picture

How to use

Import the bluebub library to your JavaFX project. The bubble object is from the type Group so it can be added as a node.

 Bubble bubble = new Bubble(int x, int y, String text, String meta);

A bubble is creted as an object with the following parameters.

x and y are the coordinates where the bubble is supposed to go on the screen.

text is the actual text in the bubble.

meta is the gray small text in the lower left corner which can be used to display either a time, a name or checks ...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].