Activity Stream
- Older Activity
-
Today, 12:43 AMBeing owned by the Coolmore Stud – Sheik Mohammed’s biggest rivals - it prompted a bitter final split with Godolphin. 16 May 2013Frankie Dettori...0 replies | 3 view(s) -
Today, 12:42 AMA lacklustre Hull were deflated earlyon as Nick Proschwitz appeared to be denied a goalscoring opportunity by stand-in Boro skipper Grant Leadbitter....0 replies | 4 view(s) -
Today, 12:41 AMlentils,The replays show it. local cheeses and freshly baked bread is the normal fare for a German breakfast. allowing a vote to pass. meaning...0 replies | 3 view(s) -
Today, 12:40 AMFortunately, Dead! 'It is one that creates all sorts of issues.5 per cent for the foreseeable future.'I actually found out I was playing the week...0 replies | 3 view(s) -
Today, 12:39 AMCarragher chose to go out for a bike ride to keep himself ticking over. All good things must come to an end but the feeling persists, We had to stop...0 replies | 4 view(s) -
Today, 12:25 AMYou are not using an AbstractTableModel. You are using a DefaultTableModel. Read the API. The DefaultTableModel has methods for dynamically...4 replies | 85 view(s) -
Yesterday, 11:48 PMHello, I am trying to make an interpreter and so far it's working, I just think it can use a little more efficiency. The class is meant to take a...0 replies | 30 view(s) -
Yesterday, 11:42 PMIn my opinion, GUI's and/or Graphics programming are simply was of obtaining or displaying information. Instead of printing out a bunch of x,y...1 replies | 59 view(s) -
Yesterday, 11:05 PMOK, thanks for your answer i'll take note of what you said4 replies | 85 view(s) -
Yesterday, 10:16 PMWell,all i need to know is how to call the keyPressed and keyReleased methods.4 replies | 131 view(s) -
Yesterday, 09:58 PMSorry, you were very helpful, but I`ve had a waaay stupid JAVAC error... I`ve pointed a classpath to include com/ilian, thus in my com/ilian...5 replies | 104 view(s) -
Yesterday, 09:42 PMI updated to this: public int compareTo(HighScores o) { HighScores other = (HighScores) o; if (this.Level > other.Level) { return...12 replies | 185 view(s) -
Yesterday, 09:21 PMtotalspelnerd replied to a thread JFrame.setResizable(false); problem - makes frame bigger, why? in AWT / SwingThere you have a fully working code with the problem I'm having (unless I missed something in the copy/pasting). Hope the class name pleases you more...6 replies | 72 view(s) -
Yesterday, 09:15 PMHello. I'm new to Java(by a matter of 2 months), and I'm just wondering... at what stage should I start learning how to write GUI code? What kind of...1 replies | 59 view(s) -
Yesterday, 08:59 PMcamickr replied to a thread JFrame.setResizable(false); problem - makes frame bigger, why? in AWT / SwingThat is not a SSCCE. It is not compile. There is no main() method. You don't have code to invoke the class. Also Window is a bad name for a class...6 replies | 72 view(s) -
Yesterday, 08:41 PMRonin replied to a thread Finding it difficult to calculate total value and use currency format with GUI in New To JavaHi Ggrammer, I'm currently in the process of relocating so am only able to get on here at the weekends for the next couple of weeks but I will...12 replies | 328 view(s) -
Yesterday, 08:36 PMany suggestions to make things more simple, qazi?16 replies | 103 view(s) -
Yesterday, 08:33 PMThanks for the help Jos, y're being very helpful. I made the code like this to compare first the score, then the level public int...12 replies | 185 view(s) -
Yesterday, 08:32 PMHere's a hint: Chapter*15.*Expressions Regards, Jim6 replies | 63 view(s) -
Yesterday, 08:30 PMOOOOHJEEEEE I see it right away the inner class is private!1 replies | 44 view(s) -
Yesterday, 08:29 PMIn fact understanding others code is most difficult thing in programming .. there is pdf guide on java thread ..please read...3 replies | 84 view(s) -
Yesterday, 08:28 PM-In the Main class, calpanel is an object of the class CalendarPanel: CalendarPanel calpanel = new CalendarPanel(); -CalenderPanel has an...1 replies | 44 view(s) -
Yesterday, 08:27 PMoops what you people are doing .... it will take almost an hour to understand this code :/16 replies | 103 view(s) -
Yesterday, 08:05 PMDigital Larry replied to a thread Confusion regarding changing mouse cursors explicitly in AWT / SwingWell that was way easier than I imagined it would be. I was already making a call into the JPanel to set the edit mode from the JMenu handler...7 replies | 48 view(s) -
Yesterday, 07:58 PMIf you really want to understand what is going on I suggest two things. First, stay away from GUI Designers. They muddle the code and you will...4 replies | 85 view(s) -
Yesterday, 07:56 PMYou're welcome of course; here's a nice little riddle to spice things up a bit ;-) import java.util.ArrayList; import java.util.List; ...6 replies | 63 view(s) -
Yesterday, 07:55 PMDigital Larry replied to a thread Confusion regarding changing mouse cursors explicitly in AWT / SwingSorry about double posting!!!! Well OK, setting the mouse cursor within the JFrame would also change it within the JPanel which is contained...7 replies | 48 view(s) -
Yesterday, 07:53 PMallaudin replied to a thread The following code showing run time error . . . . I want to know the reason in New To JavaModified : class OtherClass{ String s="rajeev"; String getName() { return s; } } public class OtherClassObjectAccess { public static void...5 replies | 88 view(s) -
Yesterday, 07:53 PMIf you need explanation, I assume you didn't write it. Correct? Regards, Jim3 replies | 84 view(s) -
Yesterday, 07:51 PMCheck out BufferedImage (Java Platform SE 7 ) and Raster (Java Platform SE 7 ) and other links the API points too. Also check out the Java...2 replies | 55 view(s)



PDF to TIFF Conversion & Control...
05-24-2013, 11:39 AM in Java Software