Michael William

Greenhorn
+ Follow
since Mar 29, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Michael William

I will touch on the Path issue in a moment, once I got the Class File, i tried to run the class file but was not successful
12 years ago
I was able to compile Java at the command prompt. Unfortunately, I had some issues so in order for it to work I had to move the actual file I wanted to be compiled to the same folder javac.exe was in. I will have to do some more work with that. My goal is to create an executable file. I now have a .class file but it wont launch?
12 years ago
ok so with this .java file that i have. I agree with your original statement that its editable, but how do i make it executable? do i need to compile or decompile it?
12 years ago
i found a better link
http://docs.oracle.com/javase/tutorial/uiswing/components/table.html#simple

when i dowload one of the examples, there is a src folder with a .java file in it this is not "executable" as a JNLP file is
12 years ago
I have been asking around and was told to use Eclipse. I am trying to use that code found at oracle's website to start with and branch out from there.
12 years ago
Edit
I am still a bit confused so I think the best way for me to understand is to use a metaphor. If I want to edit HTML code I simply edit an html file in notepad. If I want to edit the java code found on this page http://docs.oracle.com/javase/tutorial/uiswing/examples/components/, the simpletabledemo, how do I edit it? Pardon my stupidity or slowness to learn. Please help me get from point A to point B. Thanks!
12 years ago
Can I get anyone to help me merge these two items? I am not familiar with yoplet.
12 years ago
I am still a bit confused so I think the best way for me to understand is to use a metaphor. If I want to edit HTML code I simply edit an html file in notepad. If I want to edit the java code found on this page http://docs.oracle.com/javase/tutorial/uiswing/examples/components/, the simpletabledemo, how do I edit it? Pardon my stupidity or slowness to learn. Please help me get from point A to point B. Thanks!
12 years ago
understood.

I downloaded the Simple Table Demo Project and it only has a .java file in it along with other items, but I cant RUN it like i can a jnlp file. Sorry im still learning.
12 years ago
Do I need to download Netbeans IDE?

This is the code for simpletabledemo



Can this truly be run locally (clientside)
12 years ago
Ah. I guess I am slightly confused. Right now i have the zip file for the SimpleTable Demo but I want to see what I am doing. Thus I am looking for the JNLP file. I know you said to use the run command but that didnt work for me. if possible I would like to have a file that loads what I have done automatically, just like the JNLP file does. So if I wanted to show it to someone on the intranet level I could. Thanks!
12 years ago
I have not created any java apps before but I am a quick learner. I know it can be launched in that manner but how can I sync up the jnlp file with the java file. It doesnt even appear they reference each other. Just looking to start somewhere
12 years ago
Just as a further example, I went to http://docs.oracle.com/javase/tutorial/uiswing/examples/components/

and downloaded the Simple Table Demo Project and also the viewed the SimpleTableDemo.java
but there is no launchable file within this zipped folder, no jlnp file, altho i see the link for it is here http://docs.oracle.com/javase/tutorialJWS/uiswing/components/ex6/SimpleTableDemo.jnlp

I want to create it locally
12 years ago
So at this point I would like to start working with JTable but do they have an official website? More importantly, is there a simple example that I can modify? I found a few but they are all referencing external files. I am familiar with html and php so this shouldnt be too hard.

I found this link, but I am not sure how to create the files locally.

http://www.java2s.com/Tutorial/Java/0240__Swing/CreatingaJTable.htm
12 years ago
Ah ok perfect. I guess the only question that remains is what route to take with this. #1. use jquery tablesorter to read/write the excel files is this possible using the yoplet or using jtable within IE? or #2. Use this sample which i believe is jTable and make something from it http://docs.oracle.com/javase/tutorialJWS/uiswing/components/ex6/TableSortDemo.jnlp Or #3 is there an better option? I think Jtable may have the options I am looking for but I have put so much time into the look and layout in HTML per the jquery Tablesorter work. thank you
12 years ago