gui-components
There are 26 repositories under gui-components topic.
JulNadeauCA/libagar
Cross-Platform GUI Toolkit (stable)
Spinmob/spinmob
Rapid and flexible acquisition, analysis, fitting, and plotting in Python. Designed for scientific laboratories.
sing-group/GC4S
GUI Components for (Java) Swing
gbaudic/guisan
An SDL2 user interface library based on guichan
Isurie/University-Management-System
A simple and basic University management system that has been included basic functionalities in a university management system.
batteries-css/batteries-components
GUI components for batteries-css
bioinfweb/LibrAlign
A Java GUI library for displaying and editing multiple sequence alignments and attached raw- and metadata
gusenov/gui-component-lens-js
GUI-компонент для фильтрации данных.
MSH-trojan/Java_21_Animation_1
A simple program showing a simple animation of a circle going forward and backward.
MSH-trojan/Java_21_Border_Layout_Demo_1
A graphical java frame that has buttons in different border sides that when each is clicked, will disappear.
MSH-trojan/Java_21_Button_Test_1
A program showing the functiionallity of Buttons, a component of JFrame class.
MSH-trojan/Java_21_Card_Deck_1
The program describes how a desk of cards can be made within a graphical interface so that we could change the display while clicking on different cards.
MSH-trojan/Java_21_Check_Box_Test_1
This program is a simple example of how to use Swing components in Java to create interactive GUI applications. It highlights event handling with "JCheckBox" to modify text formatting in real-time.
MSH-trojan/Java_21_Combo_Box_Test_1
This Java program uses a **JComboBox** to let users select and display different images. The images are shown in a **JLabel**, and an **ItemListener** updates the displayed image when a new one is selected from the dropdown. The GUI is created with **FlowLayout** and runs inside a **JFrame** window.
MSH-trojan/Java_21_Flow_Layout_Demo_1
Program depicting how flow layout would work if we had buttons to change the layout of the content to left, right, and center.
MSH-trojan/Java_21_JFrame_Multiple_Selection_1
This Java program allows users to select multiple colors from a list and copy them to another list by clicking a button. It demonstrates how to handle multiple selections and update lists dynamically using Swing's JList and event listeners.
MSH-trojan/Java_21_JFrame_Show_Colors_1
Programm showing How we can represent Colors on a canvas using JFrame class and the GUI components(here we use the paint() component).
MSH-trojan/Java_21_JFrame_Sum_1
A Simple Calculator – an example of action processed by the JFrame application
MSH-trojan/Java_21_JFrame_Sum_2
Simple Demonstration of a program working as a calculator, we just need to have two inputs of numbers (Double) and then click on calculate th esum button to find out the sum for the two numbers.
MSH-trojan/Java_21_JFrame_Test_1
a Frame application called Test in which we test various ways to program JLabel, JTextfield, JPasswordField and JButton objects.
MSH-trojan/Java_21_JList_Test_1
This Java program displays a list of color names in a GUI. When a user selects a color, the background of the window changes to match the chosen color. It demonstrates basic JList usage and event handling in Swing.
MSH-trojan/Java_21_Label_Test_1
Program depicting how to demonstrate JLabels as a GUI component.
MSH-trojan/Java_21_Panel_Demo_1
Program shows that how panels are displayed in the container. each panel can have different layouts and different gui components within them.
MSH-trojan/Java_21_Radio_Button_Test_1
A program showing The usage of Radio Button as we can check different font types.
MSH-trojan/Java_21_Text_Field_Test_1
Program depicting aspects of JText Fields as a GUI component that is mostly used when it comes to graphics in java.
MSH-trojan/Java_21_Words_Frame_1
A program showing how to work with another JFrame variable, JTextArea.