No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Ok I'm just looking for a cleaner way to achieve my goal here, if there is one and if this is not much of a satisfactory method. The goal is to accept an integer from a user using JOptionPane.showInputDialog. A brief example of what I'm currently doing do { check …
I'm looking to make a single method that takes in my object and spits out a checkbox with an item listener. Here's my relevant portion, the IDE wants me to make my argument and checkbox final prevents the listener from functioning during runtime. Any ideas or help would be appreciated, …
If I'm not mistaken program D is an AIML interpreter. So you found program D, W and probably O you could look at their codes and use them to fit your needs.
I would start with your super classes and move on from there. Build from the ground up. So first ask yourself what you expect from that class and move forward like that. CDCs are great and help you set a clear path in your mind. As stultuske mentioned the figure …
Since the paddle is a shape with plenty of area, we need more information on the py1/px1 positions, is it the direct center, top or bottom? Assuming by your code it's the bottom. This may not solve your problem, but a slight tweak on the if statements. if(y-radius <= (py1+ph1) …
Hey guys and girls, first post here been reading for a few days but I am pretty new to java and I have to edit a class to import a file into an array. The class initially defined the array within itself. So I made my changes and I am …
The End.