Tagged Questions
-2
votes
6answers
4k views
How to create a cool user interface for an excel file in java or C#? [closed]
I have an excel file with many sheets and relations between theme (ie, formulas that relates sheets to each other). I wanna create the user interface for this excel file.in other words I wanna create ...
1
vote
2answers
302 views
Keeping application backend and UI synchronised
I have an app that works with a list of objects so has one central keyed list.
The main window has a tree containing these object with some information, which is easy enough to populate as a one off ...