- Saved searches
- Use saved searches to filter your results more quickly
- robxu9/desktop
- Name already in use
- Sign In Required
- Launching GitHub Desktop
- Launching GitHub Desktop
- Launching Xcode
- Launching Visual Studio Code
- Latest commit
- Git stats
- Files
- README.md
- About
- Saved searches
- Use saved searches to filter your results more quickly
- java-desktop-application
- Here are 66 public repositories matching this topic.
- sldeditor / sldeditor
- gleidsonmt / GNDecorator
- sectool / PassBox
- ruslanys / vkmusic
- ktualhu / ktPlayer-Music-Player
- barismeral / Java-JDK-1.0-src
- Yassine-Lafryhi / BrilliantCalculator
- Yassine-Lafryhi / Ayaaty
- ashish2199 / Nework_Bandwidth_Monitor
- bayujunisp / Aplikasi-Perpustakaan-Java-Desktop
- mirzarad / GoLogoLo
- fattakbar / SPK-SAW
- xtrinch / fractal_generator
- reshmaharidhas / BMI-Calculator
- GalacticFrog / SimpleFXML
- reshmaharidhas / Password-Strength-Checker
- reshmaharidhas / Password-Generator
- tglima / CRS
- ademarazn / SGR
- YALdysse / vcHelper
- Improve this page
- Add this topic to your repo
- Saved searches
- Use saved searches to filter your results more quickly
- java-desktop-application
- Here are 63 public repositories matching this topic.
- sldeditor / sldeditor
- gleidsonmt / GNDecorator
- sectool / PassBox
- ktualhu / ktPlayer-Music-Player
- barismeral / Java-JDK-1.0-src
- Yassine-Lafryhi / BrilliantCalculator
- Yassine-Lafryhi / Ayaaty
- ashish2199 / Nework_Bandwidth_Monitor
- bayujunisp / Aplikasi-Perpustakaan-Java-Desktop
- mirzarad / GoLogoLo
- fattakbar / SPK-SAW
- xtrinch / fractal_generator
- reshmaharidhas / BMI-Calculator
- GalacticFrog / SimpleFXML
- reshmaharidhas / Password-Strength-Checker
- reshmaharidhas / Password-Generator
- tglima / CRS
- ademarazn / SGR
- YALdysse / vcHelper
- Sreejita14 / VLMS
- Improve this page
- Add this topic to your repo
- Java Source Code
- Simple User Contact Management App in Java Free Source Code
- Simple Doodle Jump in Java Free Source Code
- Simple Ordering System in Java Free Source Code
- Simple Text Editor in Java Free Source Code
- Simple Bus Ticketing System in Java Free Source Code
- Service Provider App using Java Free Source Code
- Mill Item Production Control App using Java Free Source Code
- Payroll System Project in Java
- Phone Book App Using Java
- Text to Morse Code and Binary
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
Extends Java Desktop class, with user specific directory functions (Home, Documents, Downloads). Sys Tray Icon classes.
robxu9/desktop
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
README.md
Java desktop functions. Have you tried to find user default Download folder using java? If so, you would find this library very helpful.
(aka Notification Area Icons or Status Bar icons)
package com.github.axet.desktop; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JFrame; import javax.swing.JMenuItem; import javax.swing.JPopupMenu; public class SysTrayTest extends JFrame < DesktopSysTray sys = Desktop.getDesktopSysTray(); JPopupMenu menu; DesktopSysTray.Listener ml = new DesktopSysTray.Listener() < @Override public void mouseLeftClick() < System.out.println("left click"); >@Override public void mouseLeftDoubleClick() < System.out.println("double click"); >@Override public void mouseRightClick() < System.out.println("right click"); sys.showContextMenu(); >>; public SysTrayTest() < super("MainFrame"); setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); menu = new JPopupMenu(); JMenuItem menuItem1 = new JMenuItem("test1"); menuItem1.addActionListener(new ActionListener() < @Override public void actionPerformed(ActionEvent arg0) < System.out.println("test1"); >>); menu.addSeparator(); sys.addListener(ml); sys.setTitle("Java tool2"); sys.setMenu(menu); sys.show(); > public static void main(String[] args) < new SysTrayTest(); >>
import com.github.axet.desktop.Desktop; import com.github.axet.desktop.DesktopPower; public class DesktopPowerTest < public static void main(String[] args) < DesktopPower d = Desktop.getDesktopPower(); d.addListener(new DesktopPower.Listener() < @Override public void quit() < // logout / reboot / Command+Q System.out.println("System (Windows / OSX / Linux) want to close the app"); >>); > >
com.github.axet desktop 2.2.3
About
Extends Java Desktop class, with user specific directory functions (Home, Documents, Downloads). Sys Tray Icon classes.
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
java-desktop-application
Here are 66 public repositories matching this topic.
sldeditor / sldeditor
Java desktop application that allows the creation and editing of OGC Styled Layer Descriptors for use with GeoServer. See blog for more project information (https://robward-scisys.github.io).
gleidsonmt / GNDecorator
Modern window decorator for javafx applications
sectool / PassBox
Password Management Control Panel
ruslanys / vkmusic
Приложение для выгрузки аудио библиотеки из ВК
ktualhu / ktPlayer-Music-Player
ktPlayer — Music Player on Java 8 with using JavaFX (Desktop)
barismeral / Java-JDK-1.0-src
java 1.0 version created Sun MicroSystems 98/07/01
Yassine-Lafryhi / BrilliantCalculator
A calculator (Basic, Scientific, Programmer) built with java using swing GUI widget toolkit
Yassine-Lafryhi / Ayaaty
A JAVA desktop application to listen to quran, show quranic supplications and Dhikr
ashish2199 / Nework_Bandwidth_Monitor
SNMP based network bandwidth , data usage and speed monitor for SNMP enabled devices
bayujunisp / Aplikasi-Perpustakaan-Java-Desktop
Aplikasi Perpustakaan Java Desktop, dibuat dengan java netbeans IDE
mirzarad / GoLogoLo
🖼️ GoLogoLo is a java desktop logo maker application built using JavaFX, XML and the Desktop Java Framework and includes functionality to create shapes, text, image importing and gradient coloring. Application includes an option to export your logo as a .png file for web usage.
fattakbar / SPK-SAW
Sistem Pengambilan Keputusan Untuk Menyeleksi Mahasiswa Yang Ingin Mendaftar Sebagai Asisten Labor Menggunakan Metode Simple Additive Weighting (SAW)
xtrinch / fractal_generator
Java desktop application written and designed with Netbeans for generating different types of fractal images.
reshmaharidhas / BMI-Calculator
Java desktop application to calculate Body Mass Index (BMI)
GalacticFrog / SimpleFXML
JavaFx Spring-Boot Integeration. Build your JavaFX Application with spring boot features
reshmaharidhas / Password-Strength-Checker
Java desktop application to find the strength of password
reshmaharidhas / Password-Generator
Java desktop application to generate random secure and strong password
tglima / CRS
This application is written in Java, runs on Linux, Mac, and Windows, and is licensed under the GPLv3.
ademarazn / SGR
Restaurant Management System developed for the discipline Software Engineering Laboratory of the Systems Analysis and Development course at FATEC Ourinhos.
YALdysse / vcHelper
Interactive map of Grand Theft Auto: Vice City with marked hidden packages, rampage mission, vehicles, weapons and much more.
Improve this page
Add a description, image, and links to the java-desktop-application topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java-desktop-application topic, visit your repo’s landing page and select «manage topics.»
Saved searches
Use saved searches to filter your results more quickly
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.
java-desktop-application
Here are 63 public repositories matching this topic.
sldeditor / sldeditor
Java desktop application that allows the creation and editing of OGC Styled Layer Descriptors for use with GeoServer. See blog for more project information (https://robward-scisys.github.io).
gleidsonmt / GNDecorator
Modern window decorator for javafx applications
sectool / PassBox
Password Management Control Panel
ktualhu / ktPlayer-Music-Player
ktPlayer — Music Player on Java 8 with using JavaFX (Desktop)
barismeral / Java-JDK-1.0-src
java 1.0 version created Sun MicroSystems 98/07/01
Yassine-Lafryhi / BrilliantCalculator
A calculator (Basic, Scientific, Programmer) built with java using swing GUI widget toolkit
Yassine-Lafryhi / Ayaaty
A JAVA desktop application to listen to quran, show quranic supplications and Dhikr
ashish2199 / Nework_Bandwidth_Monitor
SNMP based network bandwidth , data usage and speed monitor for SNMP enabled devices
bayujunisp / Aplikasi-Perpustakaan-Java-Desktop
Aplikasi Perpustakaan Java Desktop, dibuat dengan java netbeans IDE
mirzarad / GoLogoLo
🖼️ GoLogoLo is a java desktop logo maker application built using JavaFX, XML and the Desktop Java Framework and includes functionality to create shapes, text, image importing and gradient coloring. Application includes an option to export your logo as a .png file for web usage.
fattakbar / SPK-SAW
Sistem Pengambilan Keputusan Untuk Menyeleksi Mahasiswa Yang Ingin Mendaftar Sebagai Asisten Labor Menggunakan Metode Simple Additive Weighting (SAW)
xtrinch / fractal_generator
Java desktop application written and designed with Netbeans for generating different types of fractal images.
reshmaharidhas / BMI-Calculator
Java desktop application to calculate Body Mass Index (BMI)
GalacticFrog / SimpleFXML
JavaFx Spring-Boot Integeration. Build your JavaFX Application with spring boot features
reshmaharidhas / Password-Strength-Checker
Java desktop application to find the strength of password
reshmaharidhas / Password-Generator
Java desktop application to generate random secure and strong password
tglima / CRS
This application is written in Java, runs on Linux, Mac, and Windows, and is licensed under the GPLv3.
ademarazn / SGR
Restaurant Management System developed for the discipline Software Engineering Laboratory of the Systems Analysis and Development course at FATEC Ourinhos.
YALdysse / vcHelper
Interactive map of Grand Theft Auto: Vice City with marked hidden packages, rampage mission, vehicles, weapons and much more.
Sreejita14 / VLMS
This repository is about a Video Library Management System implementing all the CRUD operations using JAVA Swing,JDBC and MYSQL
Improve this page
Add a description, image, and links to the java-desktop-application topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the java-desktop-application topic, visit your repo’s landing page and select «manage topics.»
Java Source Code
Free Java Source Code Example and System’s Project. Download from the list of free java source code below. You can modify the source code and use it in your personal project.
Simple User Contact Management App in Java Free Source Code
Simple User Contact Management App in Java Free Source Code — A simple desktop project where the purpose is to store the contact information of a person. The project was built so simple that only provide a simplicity of storing the contact information. Java Free Source Code.
Simple Doodle Jump in Java Free Source Code
Simple Doodle Jump in Java Free Source Code — A classic Arcade Style game where the goal of the game is to score as higher as you can by jumping. Each time you land on a platform you will gain a score. Be careful and always step a platform in order to continue gaining a score. Java Free Source Code.
Simple Ordering System in Java Free Source Code
Simple Ordering System in Java Free Source Code — A simple simple that allow customer to order their food digitally. The user can manage the food details by adding, deleting, and updating of data. This system has a add to cart feature that can easily manage the customer food ordered. Java Free Source Code.
Simple Text Editor in Java Free Source Code
Simple Text Editor in Java Free Source Code — A simple application that can let you edit your text as a text editor. This application can change the font style of your text and also the font size. The application can also let you saved your inputted text by clicking the Save as. Java Free Source Code.
Simple Bus Ticketing System in Java Free Source Code
Simple Bus Ticketing System in Java Free Source Code — A simple Ticketing System that allow user to book ticket for passengers bus ride. The system contains a functions that automatically calculate the total billing for the booked bus ticket. Java Free Source Code.
Service Provider App using Java Free Source Code
This is the kind of Service provider app used for booking services and admin assign to the technician the technician can log in and view all activities related to work like accepting the booking and visiting client location and checking fault analysis etc. Any Query Please do Message on Whatsapp +918285672453 My Mail Id: [email protected] My Skype: nirbhay.success
Mill Item Production Control App using Java Free Source Code
Login: 1 staff Login:- Staff can update production detail every hour Received Arrival Material in Mill Display Production Upload Status List 2. Client Login:- Client can receive Goods and update to Mill Admin panel Admin can manage everything add update delete
Payroll System Project in Java
Project Title: Payroll System The Payroll System Project with Source Code is a Java project that can help you calculate your daily or weekly expenses. The purpose of the system is to automate the calculation of each individual expenses. This simple project was built using Java language. The program is a simple GUI application, that can help you budget your daily expenses. The system does not
Phone Book App Using Java
Phone Book App with Source Code is a Java program that can manage your phone book list digitally. This program was built using Java language. The program is so simple, the user can enlist a person’s personal contact in the given forms. The program does include a CRUD functionality in order to organize the list in the table. This was created so basic so that beginner’s can relate and learn
Text to Morse Code and Binary
The program converts text to morse code and binary using Eclipse. The program will updated as I advance my Java refresher course. Run the program, enter the word or phrase and you’ll see the equivalent of the word to morse code and binary.