1. Java/Swing GUI best practices (from a code standpoint) stackoverflow.comAs a contrast to this wiki, I am looking for the proper way to implement Swing GUI controls from a coding standpoint. I have been on a quest to learn Java ... |
2. style, linking, adding, swing coderanch.comhi everyone...long problem as a beginner java student we were asked to create a game that involved an algorithm. simple right??? here's the problem im going to create the oldest game ever.( yes rehashing) it involves numbers within a form of which there are many forms. The game is to pick a number (say between 1 and 31). By looking through ... |
3. Encoding style coderanch.comHi, I was using URLEncoder.encode() to encode a string(Mixture of Japanese and English) and send it to ASP file, and URLDecoder.decode() of JDK-1.3 to decode the string returned by ASP . But in JDK 1.4 those methods have been deprecated and the substitute for those ask for a encoding style to be specified. Kindly suggest me which encoding style will support ... |
4. Radio-style knobs? coderanch.com |
5. sudoku java style coderanch.comI am relatively new to Java. I want to take a Sudoku Solver application that I designed in C++ and create a Java applet/application version. I actually did this already, but the results are disappointing. As you know, the paint method of my applet gets a Graphics object reference. I am simply painting my Sudoku rectangles and numbers using the methods ... |
6. Swing styles best practice coderanch.com |