Phillip Larson

Ranch Hand
+ Follow
since Jan 23, 2014
Phillip likes ...
Android Java Linux
Merit badge: grant badges
Biography
For More
USA
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
19
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Phillip Larson

Thank you for the reply and I enjoy reading your book OCA 8.
7 years ago
Hello,

I'm writing a program and I'm a little bit confuse on what index does in Java. Can someone please tell me what index is used for in Java?

Here my code if you need it.



Thanks In Advance
7 years ago
Update: It seem I've got it working

8 years ago

Hey Everyone,

I'm working with JCheckBox for the first time and I'm stuck at the moment. I would like to know how do you make a JCheckBox work with a JButton?

Example on how I would like my program to work. When the user choose a check box, I only want it to perform an action when the enter button is press.



Thank for the help everyone.
8 years ago

Phillip Larson wrote:Update: I change my custom layout.xml file from a TextView to a EditText. Now the keyboard pop up but won't let me edit or type anything on the screen.

8 years ago
I think I might be on the right path
8 years ago
Update: I change my custom layout.xml file from a TextView to a EditText. The keyboard pop up but won't let me edit it.
8 years ago
Hello Everyone,

At the moment I'm making an basic app that use a listview, so that the user can edit the item in there list. Can someone please point me in the point me in the right direction on how to make my listview editable?


Thank you for the help.
8 years ago
Okay I'm having a lot of trouble trying to set the JAVA_HOME and PATH environment variables. I don't even know where start or if I doing it right.

I've try /root/bin/.baschrc but nothing happen. I'm so lost cause this is my first time setting up something like this for linux.
8 years ago
Thank you so much for your help .... lol At a moment before I got your message I notice that I downloaded the wrong Java.
8 years ago
Hello thanks for the quick reply ...

I 'm still having trouble with getting Geany. The path that I been trying to use to get geany to work is /my-application/jre1.8.0_45/bin/java. I also did a file search for javac and came back with no files found. Is there something I miss or need to download? Where would the javac file be at?

Thank you for your help
8 years ago
Wow Thank you so much for the fast reply, I understand it very clear now
8 years ago
Hello Everyone,

I'm having trouble with trying to get Geany to execute Java code, every time I try running Java code. I get an error saying can't found Javac. How do I fix this ?

Here the following things I've try to fix it :
Un-install and then reinstall Geany, I've updated my Java on my computer, Try download and install an older Geany but all these step have fail.

About my system:
Puppy Linux Tahrpup 6.0.3
Geany 1.24.1


Thank you for your help
8 years ago
Hello everyone,

At the moment I'm having trouble with a small project that I'm doing. I want to write a program that ask if you want to go to the movies. If the user type in yes then it'll print out (Alright let go) but if the user type no then it would print (whatever). The trouble that I'm having is. What's the best way to use Boolean and Strings together in a if statement? Is there something I miss? (I'm still kinda new with all this)



Thank you for your help
8 years ago