Tilted Forum Project Discussion Community

Tilted Forum Project Discussion Community (https://thetfp.com/tfp/)
-   Tilted Technology (https://thetfp.com/tfp/tilted-technology/)
-   -   [Java] GUI Editor? (https://thetfp.com/tfp/tilted-technology/68628-java-gui-editor.html)

feelgood 09-10-2004 11:06 AM

[Java] GUI Editor?
 
I know I could have asked this in java.sun.com's forum but users in the forum are famous for slamming newbies down.

In one of my course material, it speaks of java GUI editors that are similar to Visual Basic but I can't find anything like that. I have found some simple GUI editors but were extremely hard to work with.

Does anybody have any recommendation of applications that has Java GUI editor?

Thx

welshbyte 09-10-2004 11:46 AM

I use JCreator when i do any java programming, i find its good enough for my kneads.

BTW, i used to visit the the java.sun.com forums a lot and the basic answer i always saw to this question (after they laid their smack down about using text editors to learn the language properly) is that there are a huge number of free graphical java editors available so just take your pick. Most of them just sit on top of whatever Java DK you already have.

Try searching for the popular java development stuff on download.com or tucows, that might work.

bacon 09-10-2004 11:50 AM

Eclipse
 
Eclipse is probably the best of the free Java IDEs. However, Eclipse itself doesn't include a gui drawing tool, but there are a couple of plugins to do that. I'm not sure about the state of those. Most of the folks I know using Eclipse are doing servlet/ejb stuff, and don't mess with guis.

bacon_masta 09-10-2004 12:59 PM

i'm taking java classes at appalachian state right now, there's a program called BlueJ that's free, just google it. i'll warn you, it's VERY basic, and pretty limited, but it'll get what you need done

feelgood 09-10-2004 01:02 PM

Quote:

Originally Posted by bacon_masta
i'm taking java classes at appalachian state right now, there's a program called BlueJ that's free, just google it. i'll warn you, it's VERY basic, and pretty limited, but it'll get what you need done

How basic and how limited?

bacon_masta 09-10-2004 01:07 PM

it's designed for users who are completely new to programming and the java environment. it has many hand-holding features that an even mediocre coder wouldn't need, but it is extremely easy to create, manage, and manipulate objects.

*edit* http://www.bluej.org

dogzilla 09-10-2004 04:35 PM

There is a visual editor for Eclipse at http://www.eclipse.org/vep/ that has been released. There are a couple other Eclipse packages that you need to download and install as well, EMF and GEF that have their own download pages linked from the visual editor page . If you follow the link to the M2 build near the top of the page at the URL I provided you will see the details of what you need to download. Be sure to download the levels matching your level of Eclipse.

I'm running Eclipse 3.0.0 on Linux with an Athlon 3200+ XP and the editor does seem a little sluggish. Filling in all the properties using the properties editors for each object gets rather tedious, but all GUI editors I've seen seem to suffer from that problem.

There's a few articles about Eclipse, including a basic GUI editor tutorial in the Oct 2004 Dr. Dobbs.

duxx0r 09-12-2004 09:06 PM

I recommend IntelliJ by IDEA.
The GUI designer is pretty straight forward and comes with tutorials. Looks very similar to Borlands JBuilder with a few less features.

The one drawback is that it does cost, but if you can get a trial/demo version, you will see where the money has gone.

cartmen34 09-13-2004 07:15 AM

I've been demo'ing the Swing builder by instantiations.

http://www.instantiations.com/swing-...er/default.htm

It is hands down the best GUI editor for Java I've ever seen. (I've tried most of the freeware/shareware ones out there.) It's free for 14-days, then after that you can buy it or continue to use it for free, however with a loss of several features and functionality. There is a list of the features it hacks off after 14 days, and it's a pretty hefty list of missing stuff.

I'm seriously considering dropping the $99 for a personal license. It's a really awesome tool IMO. (After months of trying to teach myself raw GUI code.)

feelgood 09-15-2004 09:00 PM

Thanks to everybody's suggestions, I've went with Eclipse and installed the VE. Took me awhile to figure out why VE wouldn't run with Eclipse's 3.0.

VE pretty much does what I've been looking for.

Swing Builder looks excellent too but I since I'm just a mere student and can't afford to shell out $99 bucks for a license...

sailor 09-15-2004 09:11 PM

Just avoid the POS known as JGrasp.

Eclipse and JCreator are both nice. Eclipse is by far the more advanced, though.

cartmen34 09-16-2004 08:10 AM

Quote:

Originally Posted by feelgood
Thanks to everybody's suggestions, I've went with Eclipse and installed the VE. Took me awhile to figure out why VE wouldn't run with Eclipse's 3.0.

VE pretty much does what I've been looking for.

Swing Builder looks excellent too but I since I'm just a mere student and can't afford to shell out $99 bucks for a license...

Hey... wtf did you do to get VE to work in Eclipse 3.0? I've been struggling with it for 3 days now and no luck! I'd like to compare it against swing builder before I shell out the $$ for a license....

so what did you have to do to get it to work?

feelgood 09-16-2004 08:45 AM

You needed to download V2.02 of Eclipse. Somehow, VE doesn't like Eclipse v3.0

cartmen34 09-16-2004 08:47 AM

Quote:

Originally Posted by feelgood
You needed to download V2.02 of Eclipse. Somehow, VE doesn't like Eclipse v3.0

Uhhh. hmm. Odd.

I know there are different versions of VE, one for Eclipse 2.0 and the other for Eclipse 3.0. Are you sure you didn't download the VE for 2.0?

I'll do a little more digging and see if I can come up with something.

Thanks for the info though...this is good to know. At least now I have a lead to go off of!

feelgood 09-16-2004 09:34 AM

I downloaded the one for build 2.1.2 as on this page http://download.eclipse.org/tools/ve...712/index.html

The page above is VE version 0.5.0 which the site says it's the latest build. Under requirements, it says you need eclipse 2.1.2. At first, I downloaded 3.0 but when I realized that VE 0.5.0 didn't like Eclipse 3.0, I downlaoded the 2.1.2 and it worked just fine

cartmen34 09-16-2004 09:37 AM

Quote:

Originally Posted by feelgood
I downloaded the one for build 2.1.2 as on this page http://download.eclipse.org/tools/ve...712/index.html

The page above is VE version 0.5.0 which the site says it's the latest build. Under requirements, it says you need eclipse 2.1.2. At first, I downloaded 3.0 but when I realized that VE 0.5.0 didn't like Eclipse 3.0, I downlaoded the 2.1.2 and it worked just fine

Ah. my mistake.

Looks like you do what I do. download and install first...then RTFM when it doesn't work! lol

Thanks for pointing that out to me! :thumbsup:

dogzilla 09-16-2004 05:46 PM

I have Eclipse 3.0 installed on my Linux partition. I downlloaded the M2 build by following the M2 link at the top of the page at http://www.eclipse.org/vep/ . I also installed the matching GEF and EMF iages before installing VEP. Once I did this and restarted Eclipse, it worked fine. I had some initial confusion since I just started the editor without reading any docs. My only problem was not being able to find the palette wth the swing classes, since it was tucked into the right hand edge of the editor window. Once I figured taht out, everything was fine, although sluggish.

cartmen34 09-17-2004 07:04 AM

Quote:

Originally Posted by dogzilla
I have Eclipse 3.0 installed on my Linux partition. I downlloaded the M2 build by following the M2 link at the top of the page at http://www.eclipse.org/vep/ . I also installed the matching GEF and EMF iages before installing VEP. Once I did this and restarted Eclipse, it worked fine. I had some initial confusion since I just started the editor without reading any docs. My only problem was not being able to find the palette wth the swing classes, since it was tucked into the right hand edge of the editor window. Once I figured taht out, everything was fine, although sluggish.

hmm. I'd done that as well. I wonder why mine won't show in 3.0. I've got it working in 2.1.2, but not in 3. I guess I upzip everything all over again and start from scratch. I like that the VE is free, so I'd like to get it to work in 3.0.

THanks for the tips 'zilla.


All times are GMT -8. The time now is 04:47 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360