All Projects → zeppelsoftware → Bluebub

zeppelsoftware / Bluebub

Licence: mit
A library for creating chat bubbles in JavaFX

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Bluebub

Oim Fx
OIM是采用 Java平台开发的一套即时通讯聊天系统,献给对即时通讯有兴趣的朋友。服务端实现了TCP Socket和WebSocket。方便接入网页版、安卓、IOS、PC桌面版客户端。OIM已经实现桌面版客户端,可以跨平台Windows、mac、Linux使用,用于公司内网、外网通讯、客服系统等,聊天系统。OIM项目可用于任何商业、个人作品中并且希望能够保留作者信息。如果OIM能够帮助到您,请点赞好评,加个星
Stars: ✭ 324 (+671.43%)
Mutual labels:  javafx, chat
Chat Demo
基于springboot-websocket开发的WEB即时通信,支持群聊、点对点通信等。
Stars: ✭ 39 (-7.14%)
Mutual labels:  chat
Profanity
Ncurses based XMPP client
Stars: ✭ 966 (+2200%)
Mutual labels:  chat
Heimdallr
Heimdallr, a Large-scale chat application server based on Redis Pubsub and Akka's actor model.
Stars: ✭ 38 (-9.52%)
Mutual labels:  chat
Zdoo
CRM& Chat& Collaboration system/tool written in PHP, Free Upgrade Forever!​
Stars: ✭ 33 (-21.43%)
Mutual labels:  chat
Workerman Chat
Websocket chat room written in PHP based on workerman.
Stars: ✭ 988 (+2252.38%)
Mutual labels:  chat
Date
A dating app that creates meaningful connections through food (Push notifications, Firebase, Chat, Schedule Calendar, Onboarding, Social media Login)
Stars: ✭ 29 (-30.95%)
Mutual labels:  chat
Mean Angular4 Chat App
MEAN stack with Angular 4 Chat App
Stars: ✭ 41 (-2.38%)
Mutual labels:  chat
Inputaccessoryview
Input Accessory View for Commenting and Chat User Interfaces built in Swift, if you like it please "☆"
Stars: ✭ 39 (-7.14%)
Mutual labels:  chat
Silver Sniffle
Ncurses TCP Chat
Stars: ✭ 38 (-9.52%)
Mutual labels:  chat
Tilesfx
A JavaFX library containing tiles that can be used for dashboards.
Stars: ✭ 987 (+2250%)
Mutual labels:  javafx
Client
Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
Stars: ✭ 7,848 (+18585.71%)
Mutual labels:  chat
Sdchat
SDChat简单聊天UI组件
Stars: ✭ 38 (-9.52%)
Mutual labels:  chat
Vuejs Slack Clone Realtime
Slack clone using VueJS and firebase
Stars: ✭ 33 (-21.43%)
Mutual labels:  chat
Lib I18n
The library `Lib-I18N` allows a developer to bind a key-value pair of a `.properties` file to a [StringBinding]. This makes it very easy to change the language during runtime in a [JavaFX] application.
Stars: ✭ 40 (-4.76%)
Mutual labels:  javafx
Q Municate Services Ios
Easy-to-use services for Quickblox SDK, for speeding up development of iOS chat applications
Stars: ✭ 30 (-28.57%)
Mutual labels:  chat
Vue Beautiful Chat
A simple and beautiful Vue chat component backend agnostic, fully customisable and extendable.
Stars: ✭ 979 (+2230.95%)
Mutual labels:  chat
React Bell Chat
🔔 Easy to use chat user interface for React
Stars: ✭ 38 (-9.52%)
Mutual labels:  chat
Heal O Chat
Heal-O-Chat is a Social Media Application for people who have been feeling less motivated in life or are losing hope. This platform allows users to chat with people and share their thoughts and feelings with each other and thereby let go of stress, anxiety, and depression that they've been feeling for long.
Stars: ✭ 42 (+0%)
Mutual labels:  chat
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-2.38%)
Mutual labels:  chat

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].