| |
| |
| |
|
Page: 1 2 3 4
Comments:
<0> lol <0> first of all <0> add (panel, Borderlayout.????), not the other way around <1> the other way around works just aswell <0> if you want dialog, make subcl*** of JDialog not JFrame. JDialog does one good thing. you can setModal(true) which makes program halt and wait for user choice <0> okey <0> let's get something straight <0> you cant add to JFrame <0> you add to JFrame's contentPane (which is, informaly, a JPanel) <0> Container container = getContentPane(); .. then add to container <0> contentPane occupies all JFrame's space except border and menu line <0> its default layout is BorderLayout <0> hell you can even do cute custom background painting <0> if you replace contentPane with your own JPanel (and override your JPanel's paintComponent) <2> so i should add it to the content pane not the frame itself <0> yes
<1> you don't have a choice <0> :)) <1> when you run it you get an error <2> i get a warning <0> warning means: if you dont get error now, you can count you will eventually. <0> so clean warnings as well <2> yep <2> fantastic, sorted. thanks wolfey <0> you're welcome <3> hi <1> caverdude <3> sup man <1> watching dicovery channel <1> you? <3> I'm about to post a release file for my data storage api <3> http://www.geocities.com/javacaverdude/doc/javadoc/ <3> there is the api link <1> oke <3> oh wait <3> nope thats incorrect <3> forget it <3> I thought we had things fixed but we don't <1> who is we? <1> fellow trucker? <3> no fellow Java programmer <3> from dalnet <1> do you ever see kim there? <3> I think it is fixed, its just the generated java docs <1> thnk it other nick is something like x4096 or something <3> kim? <3> not lately <1> ok <3> why would an ant build file cause javaw.exe to access the net? <1> dunno <2> viris <2> ? <1> no <1> its normal <1> but I don't know why exactly <3> hrm <2> wierd <1> maybe to check if another instance is running <1> or jmx thing <1> you can use a jmx client to interface with the javaw process <1> and get interesting data <3> Rob_uknow you use eclipse? <1> yes <1> funkular <4> clearcase base anyone? <1> not I <0> what the f* is clearcase? <0> clearskin? <1> issue tracking system <0> okey <2> "The serializable cl*** does not declare a static final serialVersionUID field of type long." is that a common error? <1> Czu_ZzZ, no, its a warning <1> ignore it or turn off that warning <2> <0> warning means: if you dont get error now, you can count you will eventually. <2> lol
<2> any easy way to fix it? <1> add the serialVersionUID if you like <1> I just turn that warning off in eclipse <0> Czu_ZzZ: do you plan to serialize it? <5> you look better now <0> kmh: i always look good. <0> :) <5> naturally born java bean <0> well java is first language i really love <0> i hated quickbasic, i hated visual basic, i hated c/c++ <0> ::) <0> java is kinda cool <0> one of best was VB program start: and i get nice error: Unexpected error 4325924588493 (ok forgot the real number) <0> ;)) <0> but Unexpected error <0> just killed me <0> decided to abandon that platform for good <0> you see <0> it was two identical PC's with cloned OS <0> i compile on one, runs... <0> i copy to other <0> Unexpected error <0> i compile on second.. works <3> Rob_uknow eclipse is giving me an error when I run this ant build file <3> says it can't find junit <3> and I have both ant and junit plugins in eclipse <6> add it to the ant cl***path <3> hrm <6> thats how it works in intellij <3> ok <3> uh <3> I'd have to restart eclipse? <6> dunno <6> dont use it, sorry <2> wolfey - no i don't plan to serialize it. should i just turn off the warning then? <0> Czu_ZzZ: yup:) <2> lol ok <2> coulnd't i just say that i don't want to be able to make the cl*** serializable? is there a parameter for it? <1> just don't worry about it <1> before java 1.5 there was not even such warning <1> and people serialized cl***es anyway <2> lol ok <3> how do I know what enviroment var's eclipse has access too? <3> or eclipse plugin's <1> help <1> menu <3> hrm <1> help, about eclipse sdk <1> there u see 3 buttons on the left <1> one list all features, one all plugins <1> and one the config details <1> also shows enviroment vars <3> where does it show env vars? <3> I see configuration details <3> but there are no evn var's listed <3> hrm <3> I'm about to give up <3> and download ant <1> why not make a small java app <1> that prints all the enviroment variables? <1> you can also run a program <1> then configure it <1> it will show a list of enviroment variables <1> to chose from <2> getting that same static error with the line... this.setExtendedState(this.MAXIMIZED_BOTH); <0> Czu_ZzZ: i dont believe this works. <0> i tried it <0> it's awt stuff, not swing <2> ah well its working, just chucking up a warning <0> really? <2> yep
Return to
#java or Go to some related
logs:
CENTos bubuntu 420chan DSAMessage ORBeline _ASSERTE(stream != NULL); #chatzone #linux #javascript gentoo pxe image #AllNiteCafe #linux
|
|