Questions tagged [eclipse]
In computer programming, Eclipse is a multi-language integrated development environment (IDE) comprising a base workspace and an extensible plug-in system for customizing the environment. THIS TAG SHOULD ONLY BE USED FOR CODE INVOLVING THE IDE ITSELF, NOT FOR CODE SIMPLY WRITTEN WITH IT.
8 questions
2
votes
1
answer
88
views
JavaFx Music Player
I built a small program that searches and plays wav files on your PC.
This Java Music Player application is my first comprehensive project. It features a straightforward graphical user interface (GUI) ...
2
votes
2
answers
223
views
Java BMI Calculator [closed]
I'm learning java this week.
Please reviews my code for BMI calculator using java, need some your feedback. Thanks before!
This Assignment:
My code
...
0
votes
1
answer
135
views
Table with a Binary search tree
**
Write the beginnings of a class for a Table implemented with a Binary Search Tree. (done)
Then create a Table class with only one data member for the root. (done)
Provide the following methods:
a ...
1
vote
1
answer
784
views
Implementing a singly linked list with empty list represented as null
I've implemented a singly linked list in Java and would like a code review as I am still learning
and this is a different method I've found to do this. The logic is still fuzzy as well to me and
...
3
votes
2
answers
277
views
Rock Paper Scissors in Java
Any feedback on this code would be greatly appreciated! I am just trying to improve so I can move on to bigger projects. Thank you so much!
...
3
votes
2
answers
183
views
JSON fetcher for Eclipse plugin
This is a client module of an Eclipse plugin. I am planning to use this code as a "good exception handling" code example in one of my papers. How does it look?
...
3
votes
1
answer
298
views
Retrieving font preference setting in Eclipse JDT plugin
I have an Eclipse plugin which creates a JavaSourceViewer to visualize specific source code in a separate view.
I would like to configure the font of the viewer to ...
4
votes
1
answer
179
views
"Compare" program for Eclipse preference files
I am trying to write a simple (trivial?) "compare" program for Eclipse preferences files.
Eclipse preferences files take more of less this form:
...