Lesole Mphinyane

Ranch Hand
+ Follow
since Oct 07, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Lesole Mphinyane

pete stein wrote:

My guess is that NetBeans, which bundles the Matisse GUI builder, has the most popular of the free GUI builder out there. So if you haven't looked at this, it's worth a look.

But having said that, this begs the question: what do you intend to do with it? If this is for professional development? Web app? or are you a student trying to learn programming and GUI creation? I ask because each of these (and other) situations often call for different solutions.

Much luck!



i am student with 3 yrs of academic programming experience and i am developing a commercial asset management system, thus looking for a gui builder which much better... what do you think of the Eclipse Visual editor? just read about it..
Thanks
13 years ago
hey all.. i am looking for good gui builder or java visual editors,... which one do you recommend...?
13 years ago

Maneesh Godbole wrote:Where are your class files being generated? In bin? If yes, shouldn't the images folder be relative to the bin folder?



thanks it worked...
14 years ago

Maneesh Godbole wrote:In your eclipse setup, does the image exist at this relative url images/l.png?



yes it is there;

directory for the image is; ..\src\images\1.png

for the program is; ..\src\Program.java

is it okay to put the image folder in the src folder??
14 years ago
hey guys i cant display image on using eclipse but with jgrasp its ok...
look at my code
14 years ago

Bear Bibeault wrote:Sure. You could use an array. But that would likely be wasteful and inefficient and prone to error unless you know in advance how many lines to read.

What's your beef with ArrayLists?



its not that i have beef with ArrayLists, i cant learn them now.. will try to use the LineNumberReader. how is it
14 years ago
is the anyhow i can do it without using ArrayLists?
14 years ago

Rob Camick wrote:I'm not going to repeat myself, I already gave you the answer to that question!


thanks but i didn't get it clearly.
14 years ago

Rob Camick wrote:Create a loop and read 4 lines.


i mean reading the fourth line only, is it possible
14 years ago
thanks Bear..
@Rob, um not quite familiar with ArrayLists,
given a text file of 10 lines, how do i read line number 4..?
14 years ago
hey all, look at my code hear;


how do i read text file line at num,
num is the random number generated...
pliz help..
14 years ago
hey all, i need some help,
how do i make a method that allocate resources randomly.? e.g something like a time tabling system, i want a method that will evenly distributed workers duties randomly..
how do i work out that...?
14 years ago
hey i have done some gui screens, each screen has its own class.

how do i navigate to the other screen using JButton?
14 years ago
somebody help out..

look at ma code..

i get the following errors...;

cars.java:54: non-static variable model cannot be referenced from a static context
model.setText(modelstr);
^
cars.java:55: non-static variable carMake cannot be referenced from a static context
carMake.setText(make);
^
14 years ago