All Questions
5
questions
8
votes
2
answers
2k
views
2
votes
2
answers
65
views
Reading input keys from a shell
I was cleaning up some old code and came across this (it's to read input from a terminal):
...
1
vote
1
answer
2k
views
Java executing rSync shell command with progress display
I basically want to write a simple GUI program to sync to directories using the rsync command. The core part of the code is below. My main question is, do I need to ...
7
votes
1
answer
1k
views
Detecting keyboard input
I want to use JavaFX as a solution to Java's issues with buffered input making things like 'press any key to continue' not easy.
I plan to use an event listener to detect keyboard input. But before I ...
11
votes
2
answers
740
views
Editing Javascript and rendering HTML in one window v2
I wanted to revisit this site to post some recent work I put into this small project. I was able to add a console as suggested; but I thought I would ask here how my coding stying is before I work on ...