![]() |
[Request]Java projects? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Coding (https://sinister.ly/Forum-Coding) +--- Forum: Java, JVM, & JRE (https://sinister.ly/Forum-Java-JVM-JRE) +--- Thread: [Request]Java projects? (/Thread-Request-Java-projects) |
[Request]Java projects? - Apathetic1 - 03-11-2012 Hey, I'm in the process of learning java, at the moment I'm at a just above basic level and I would like to improve and see what I can do with java. So if anyone would like to suggest a project(s) or an idea on what to code, go for it and I'll give it a try ![]() Apathetic1 RE: [Request]Java projects? - Jacob - 03-11-2012 Hmm. Make a basic GUI with a text box. A button. And a cute design. Make the program popup a message saying whatever it was typed into the text box ![]() RE: [Request]Java projects? - Apathetic1 - 03-11-2012 (03-11-2012, 01:47 PM)Jacob Wrote: Hmm. All ready have ![]() Apathetic1 RE: [Request]Java projects? - Jacob - 03-11-2012 More advanced than I thought ^_^ Make a little project that has two text boxes and obviously a form. Give the form a cute little design and such. With the two text boxes, make one read only and make the other writable. Make the project do this: Quote:when typing into the writable box the same text is outputted into the read only boxThen change it up a bit and experiment ![]() RE: [Request]Java projects? - Frooxius - 03-11-2012 I think that the ideas you're presenting to him have actually nothing to do with Java and programming itself, but just specific GUI API and design, just gluing some pre-made elements with a little bit of code, that's no programming challenge. You can for example try programming a simple expression parser that will read and evaluate some expression that user inputs in a box and then render it as a graph, a simple 2D graph (thus you have only one variable - x) will do. For example, the user will type Code: sin(x) Code: sin(x*2)+cos(abs(4-x))^2 RE: [Request]Java projects? - Apathetic1 - 03-12-2012 I will attempt both, either later on tonight or tomorrow ![]() Edit: Screwed up my schedule, should be able to start both in a couple days as I've other shit to do at the moment ![]() |