Skip to main content

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.

3 votes
2 answers
602 views

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 ...
Vlastimil Burián's user avatar
7 votes
1 answer
95 views

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 ...
Evr's user avatar
  • 71
0 votes
0 answers
23 views

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 ...
coderodde's user avatar
  • 32.3k
3 votes
0 answers
64 views

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 ...
Sergey's user avatar
  • 739
6 votes
1 answer
163 views

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 ...
fish's user avatar
  • 160
7 votes
1 answer
317 views

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
  • 13.9k
7 votes
3 answers
503 views

Requirements: Add/Delete member. Add/Delete book. Issue/Return book. Review Request: General coding comments, bad practices, style et cetera. Code: Main.java: <...
Haider Ali's user avatar
4 votes
1 answer
106 views

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 ...
MaxiMaxi's user avatar
  • 177
2 votes
1 answer
114 views

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 ...
madtyn's user avatar
  • 231
2 votes
1 answer
88 views

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) ...
tomi bell's user avatar
5 votes
1 answer
121 views

GitHub The entire project relies here (ConnectFourFX.java) and is dependent on Connect4.java. Code com.github.coderodde.game.connect4.ConnectFourBoard.java: ...
coderodde's user avatar
  • 32.3k
7 votes
1 answer
175 views

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 ...
tomasvana10's user avatar
0 votes
1 answer
91 views

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 ...
KhodeNima's user avatar
  • 419
4 votes
1 answer
304 views

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 ...
Ξένη Γήινος's user avatar
6 votes
0 answers
306 views

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 ...
Ξένη Γήινος's user avatar

15 30 50 per page
1
2 3 4 5
22