auto resize a JTextPane1492 (3/31/2007 10:28:55 PM) hello, i have a bit complicated problem. i have a JTabbedPane, it's body is a JScrollPane which controls a JList. the JList's CellRenderer is a JTextPane which means (i hope) that every element in it is a JTex... refaeldakar(1)
Deprecated5131 (3/31/2007 1:47:35 PM) I'm a beginner trying to learn using examples..... Javac says that show() is deorecated.... what have I to use instead of it ? Many thanks . class Main extends Frame { Image image; Main(String fil... none
Swing Text components8130 (3/28/2007 12:06:15 PM) I have to create an application which consists of various text fields and text areas. Due to layout concerns, the various text components are distributed between multiples JPanels in a somewhat complex layout. ... sameervijaykar(9)
function in derby[beginner] #21149 (3/31/2007 2:16:21 PM) I have this class: public class Say { public static int say(int i) { System.out.println("* Say: " + i); return i; } public static int say2(String msg) { System.out.println("** " + msg); ... tonywinslow1986(43)
problem with applet access to web service #213117 (3/28/2007 12:01:18 AM) I am using java 5. I have a prolem with access to web service by java applet. When applet is launched as standalone application it works fine, but when i try to launch applet in my browser as a part of website ... gTimoszuk(2)
mathematical problem, adjusting readings388 (3/30/2007 2:31:25 AM) I probably could solve this myself, but I thought I would share this problem with the group because you might find it interesting or mildly challenging. The problem is this. I sample the hit counts on my webs... Roedy
Print Triangle inside a rectangle2155 (3/29/2007 5:47:19 PM) Hello, I want to print a triangle, made of blanks or asterics inside a rectangle made of alphabets. It's as follows; ABCDEFGFEDCBA ABCEEF FEDCBA ABCDE EDCBA ABCD DCBA ABC CBA AB ... unixdomain(11)
Applets doesn't close1104 (3/29/2007 6:04:23 PM) Here is the code of an applet to show a face happy and sad at intervals, I made. import java.awt.*; import java.applet.*; // public class Smiley extends Applet { ... ra.ravi.rav(123)
extends "cannot be resolved to a type"4305 (3/28/2007 3:12:48 PM) My source code is in the following locations. http://terrorpin.net/~ben/docs/comp/lang/java/HelloDate.java http://terrorpin.net/~ben/docs/comp/lang/java/HelloDate2.java I am using IBM PowerPC Linux JDK 1.5 on ... Ben