| |
| |
| |
|
Comments:
<0> sup guys <1> quit <2> Hey <2> Is there anyway one may underline the label ***ociated with a JCheckBox? I want to give the illusion of a hyperlink: I have already changed the font to blue. <3> hmm <3> can't you set attribute like bold/script/underline for the font as well ? <4> search for a tutorial of how underline the text in swing <4> it should be different <2> for some reason you can't specify underline attribute to Font objects <4> yes i think i've seen that
<4> but u could archieve but other means <4> give me a minute <4> what if u uses html code to underline it? <2> hmm that's an idea <2> aliveuser: Perfect, it works brilliantly ("<html><u>...</u></html") <4> :D <4> nice <5> hey i have a problem in my code, wondering if anyone can help <5> i have this: Scanner s = new Scanner(new File("menu.txt")); <5> and when i try and compile <5> i get a 'unreported exception java.io.FileNotFoundException; must be caught or declared to be thrown' error <5> i have the menu.txt file in the same directory as the cl*** file <6> you have to put a try catch around the new file <7> how do i create a private key (.pfx), from a cer using keytool? <8> have you tried http://javaalmanac.com/egs/java.security.cert/CreateCert.html <7> yup.. but i want to generate a private key using existing .crt <7> or public certificate <9> anyone familiar with the output of uname -s on mac? :) <7> hi <7> anybody here? <10> Can anyone send me "File.cl***" file of jdk1.3 please? <10> From where can I download "File.cl***" can anyone guide me please? <11> [aish]: why? <10> actually my "File.cl***" file has got corrupted.. and I dont have the CD right now.... <10> Only I need "File.cl***" file, rest of the JDK is fine... and working well.. <11> bl <10> what is bl? javaq ? <12> [aish]: Just download the JRE/JDK again. <11> secret <10> :( <10> Okay.... <13> hi guys <14> http://www.sinn-frei.com/best-voice-ever_3413.htm <15> [crosspost] Is there a reason why Collection.contains takes an Object and not a '? super E'? <16> because all it uses is hashCode and equals <16> I dunno <15> Based on that logic, add would take Object too. <17> >:|
<16> crookery: indeed <16> file a RFE <16> even better, file a patch for Mustang <15> I love you too. <16> ? <14> that was joe dead serious, crookery. <15> I doubt it. <15> Now that Java 5 exists, and people are using it, changing it to ? super E would break some existing code. <15> Sun only does that by accident usually. <16> they could create both, no? <15> With a very artificial method name, and it would break existing implementations of the method. <15> s/the method/the interface/ <16> crookery: erm... <15> Yes? <16> why would it need artificial method names? <15> You couldn't implement it as contains(? super E) and have contains(Object) in the same method. <15> s/method/interface/ <15> Method and interface are obviously the same thing somewhere in my skull. <16> really? Hrm, I guess scoping would be a problem <15> After type erasure the two methods have the same signature. <16> yeah, true enough <15> So you'd have containsMoreTypeSafe or something daft. <15> There is only one way it could be introduced without breaking existing code, but it would never happen. <15> Deprecate contains, and provide a separate static method, e.g., Collections.contains(Collection<E> collection,<? super E> element){return collection.contains(element);} <15> Of course the static method could exist without deprecating contains. <14> bye bye <18> Does anyone know if it's possible to access a BerkeleyDB file (created with Perl) with the new Java-based BerkeleyDB implementation? I'm not having a lot of luck thus far :-/ <16> goof: I don't think they are compatible <18> yeah... I found something discouraging in the FAQs <18> it says both products have the same dump format so I need to figure out how to dump the perl-created file <19> hey guys <19> i am doing an applet... and I need to know how to add RadioButtons to a Panel? <19> must I paste the code for u? <15> Damn. <15> panel.add(radioButton) has worked well since 1997 or so. <15> koertkopb: ping <19> lol thanks <19> its working <20> struts ****s <20> that's all <20> bye <0> sup guys <21> If you have a 2D array does it matter ultimately which you treat as rows vs. columns in it so long as you are consistent? <16> no, not really <21> Okay, thanks
Return to
#java or Go to some related
logs:
#MissKitten skype smyle ai timestamp too far in the future #linuxhelp #php diviziasexy #AllNiteCafe #AllNiteCafe zellers synapsis #MissKitten
|
|