Questions tagged [gui]
Graphical User Interface development for applications or web sites. This tag should usually be combined with other tags specifying the programming language, platform or framework, if applicable.
316 questions
- Bountied 1
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
2
answers
521
views
+100
Final look at my Lightshot print screen Linux handler POSIX shell script
I would like to ask for a final review of my Lightshot print screen Linux handler POSIX shell script.
When I started writing it, it was a one-liner (shell snippet), but then I decided to grow it, and ...
7
votes
1
answer
62
views
Fruity Balance GUI Remake
I am new to front end development and thought to recreate the GUI of Fruity Balance just for practice. I would love to hear any advice on best practices. I am also wondering if any improvements could ...
0
votes
0
answers
21
views
PathFinding.java: SettingsPane class
Intro
I am still working on PathFinding.java. This time I need to get reviewed the class responsible for choosing the heuristic function, the finder implementation, just to mention a few of settings ...
3
votes
0
answers
57
views
TextSearchField — search field for JTextArea
Here's a search field that I wrote for our project.
What do you think?
Shortcuts
Ctrl+F Show the search field.
Ctrl+F (when the ...
6
votes
1
answer
153
views
Dynamic image gallery with filters pulling from a JSON file
I have an image gallery of old internet banner ads that pulls URLs and metadata from a JSON file and then displays them based on a set of user-selectable filters. The filters can show/exclude images ...
7
votes
1
answer
309
views
Connect Four GUI with various board sizes and extra options
I've created a Connect Four game implementation, where I'm mostly interested in improving the GUI design. While not a software engineer by trade, I aim to create practical tools for my colleagues. ...
Mast's user avatar
Mast ♦
- 13.8k
7
votes
3
answers
488
views
First Java Program: A Basic GUI Library Management System with JavaFX
Requirements:
Add/Delete member.
Add/Delete book.
Issue/Return book.
Review Request:
General coding comments, bad practices, style et cetera.
Code:
Main.java:
<...
4
votes
1
answer
93
views
Tutorial mode using PySide6
As a part of bigger project, I want to add tutorial mode after first user login. That mode is simply a QFrame showing description of highlighted element in parent ...
2
votes
1
answer
106
views
Design for this automated menu-building method in GUI
I have a github repository where I uploaded the code of a sample Python-tkinter application for illustrate how to do a GUI with i18n following the MVC pattern and good practices.
The thing is that I ...
2
votes
1
answer
80
views
JavaFx Music Player
I built a small program that searches and plays wav files on your PC.
This Java Music Player application is my first comprehensive project. It features a straightforward graphical user interface (GUI) ...
5
votes
1
answer
108
views
ConnectFourFX.java - A Java FX GUI app for playing Connect Four against AI
GitHub
The entire project relies here (ConnectFourFX.java) and is dependent on Connect4.java.
Code
com.github.coderodde.game.connect4.ConnectFourBoard.java:
...
7
votes
1
answer
156
views
Crossword game with python and flask
I recently finished my first major software project, aiming to provide an educational crossword product for my school assignment that can generate and display always-unique crosswords. I learned a bit ...
0
votes
1
answer
79
views
Python GUI Based IP location digger
Greetings.
I'm a newbie python developer who just started using PyQt5 as his major GUI development tool.
Because of this, I have started a side project known as NyvoAI, just for gaining more knowledge ...
4
votes
1
answer
297
views
GUI Tic Tac Toe game with UNBEATABLE AI players
This is an updated version of my Tic Tac Toe game with AI players, it is related to GUI Tic-Tac-Toe game with six AI players - part 1: the UI. But that question is more than two weeks old and no one ...
6
votes
0
answers
290
views
GUI Tic-Tac-Toe game with six AI players - part 1: the UI
This is a huge project that I have worked on for the past few months, it contains 16 scripts, one of the scripts is used to analyze the other scripts. There are 111004 characters in all the script ...