This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package tests; | |
import com.jme3.app.SimpleApplication; | |
import com.jme3.math.Vector3f; | |
import com.jme3.system.AppSettings; | |
import com.simsilica.lemur.Button; | |
import com.simsilica.lemur.Command; | |
import com.simsilica.lemur.Container; | |
import com.simsilica.lemur.GuiGlobals; | |
import com.simsilica.lemur.Label; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code migrated to: | |
https://github.com/AquariusPower/CommandsConsoleGUI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
**Definitions** | |
What we have today, in many applications and sites, [is a bookmarks system miscalled as "favorites"](http://meta.stackexchange.com/a/26304/222324). | |
- Like/Dislike, Up/Down: so here we have the current voting system, simple, fast (concerning how long we decide on casting a vote), but limited, we cant do much more other than comments that can't be properly queried/quantified. | |
- Favorites: should mean something you like more then other things, something that comes before others. [This query](http://data.stackexchange.com/stackoverflow/query/132181/most-favorited-questions), unfortunately, has dubious significance nowadays. | |
- Bookmark: is something you intend to look at, at a later time, and within the bookmarks you can have your favorites, but, despite being on a similar context, they are clearly two different concepts. You can have thousands of bookmarks but you only like or need to revisit a handful of them. |
NewerOlder