alternative « GUI « Java Swing Q&A





1. Alternative to spinlock    stackoverflow.com

I am using the following spinlock approach:

while(!hasPerformedAction()){
    //wait for the user to perform the action
    //can add timer here too
}

setHasPerformedAction(false);

return getActionPerfomed();
this basically waits for a ...

2. Furigana in Swing (Or GUI Alternatives ...)    stackoverflow.com

Put simple, I cannot find a way to easily display furigana in a JLabel. For the record:

Furigana (?????) is a Japanese reading aid, consisting of smaller kana, or ...

3. Alternative GUI implementation -LwVCL    coderanch.com

4. Alternative to Swing    coderanch.com