or you can simpley use the content prodecure or datasets procedure...
proc contents data= sashelp.class out =_info;
run
the _info dataset provides detailed information on the variables, formats and informats ect.
Hi everyone,
I wish to copy cells between two JTables. Does anybody know how to do this. I have searched everywhere and not really found annything. Only some recommendations about using the clib borad. But how, any code examples would be appreciated highly.
Cheers
Jim
Hi , I have a JTextarea that I add text to every time I press a button. But I can't seem to get the textarea to scroll down by itself so I can see the last added line.
I have tried going about the viewport, but it sucks a bit.
Any suggestions
Tried this..but not really good
JViewport port =...
Hi I have made a little Java Application that I would like to run. I have compiled it and can run it using the
c\:> Java myapp
However I would like to run it from a desktop icon. So when I double click on an icon the application starts. How do I do this, and what command should I type in the...
The cursor can have many types, look in the java.awt.Cursor package..
You can set the cursor of the components like this. I have added an example that changes the cursor when entering the mouse over a JButton. Add the code below where appropriate in your applet code...I have left out init method...
Hi
I have tried to set the background color of a JLabel. It should be very simple, however it does not seem to work. I am trying to use the setBackGround method, and teh JLabel is added to a JPanel...
JLabel label = new JLabel("Hello World")...
Hi can anybody please tell me how I run a Jar file.
I have made a java application and created a JAR file from it. Now I would like to make an incon and run the application when I click on teh icon.
What should I write as the target...
I have tried this...
java - jar 'c:\myjar.jar' ??
and...
Hi I am trying to build a sort of memorizer in Java. Try to imagine that I have selected a text item from five comboboxes. Only when all comboboxes are selected it represents a state where a button becomes enabled, otherwise the button will be disables.
Then I wish to rember my selections and...
Its a permission problem, so you must add a file permission to the code your are running.
Go to your policy file on window it is usually located under the homedirectory of JAVA.
C:\jdk1.3.0_01\jre\lib\security
add the following in the top of the file. Save the file and try again.
grant...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.