New Software
Posted: 3. Mar 2011, 01:02
Probably the least interesting question but has anyone created a JAVA application that does the same job as the Virtualbox GUI? by using the files supplied in the SDK?
I have managed to create a JAVA app using Netbeans IDE, my app uses the clienttest(altered some code myself) make file found in the SDK and it runs a premade UUID that I have already hard-coded in my script. I am not an expert programmer but Im keen on learning. Im trying to make use of the CLASS files in the SDK to provide function to my tabs in my applicatin i.e RAM - set the specified value, HDD - set the space for hard disk. For example with RAM i have read this function associates with 2 methods setMemorySize() and getMemorySize(), trying figure out how to link my script to these methods to provide the function Im wanting.
Can anyone advise or provide me a base on this? or anything, will help alot
thanks
I have managed to create a JAVA app using Netbeans IDE, my app uses the clienttest(altered some code myself) make file found in the SDK and it runs a premade UUID that I have already hard-coded in my script. I am not an expert programmer but Im keen on learning. Im trying to make use of the CLASS files in the SDK to provide function to my tabs in my applicatin i.e RAM - set the specified value, HDD - set the space for hard disk. For example with RAM i have read this function associates with 2 methods setMemorySize() and getMemorySize(), trying figure out how to link my script to these methods to provide the function Im wanting.
Can anyone advise or provide me a base on this? or anything, will help alot
thanks