Skip to main content

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.

2 votes
1 answer
88 views

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) ...
tomi bell's user avatar
2 votes
2 answers
223 views

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 ...
lokaloka's user avatar
0 votes
1 answer
135 views

** 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 ...
blazed's user avatar
  • 43
1 vote
1 answer
784 views

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 ...
blazed's user avatar
  • 43
3 votes
2 answers
277 views

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! ...
user221898's user avatar
3 votes
2 answers
183 views

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? ...
Masud Rahman's user avatar
3 votes
1 answer
298 views

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 ...
Andreas Fester's user avatar
4 votes
1 answer
179 views

I am trying to write a simple (trivial?) "compare" program for Eclipse preferences files. Eclipse preferences files take more of less this form: ...
Robottinosino's user avatar