Skip to content

Desktop application for Subliminal Messages / Affirmations

Notifications You must be signed in to change notification settings

focus1691/subliminator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subliminator

Subliminator

A desktop program to show subliminal messages onto your computer screen in the background. They will draw on top of your current windows. You can modify the interval and duration of these messages. They can be shown as quick as 50ms for a subliminal effect.

The GUI is built with Java Swing. The method used to build the functionality was JFrame pooling for the message containers, and it uses multithreading to handle the scheduling and displaying of multiple messages at once.

Language Library License

Instructions

Preview 1

Preview 2

Preview 3

Issues

  1. The JFrame is not invisible so it can block areas that it appears on top of on your computer. It is like a window appearing on top of something you try to click on.
  2. Need a way to multiselect messages besides the "select all". A fast select scroll would be really useful.