What does the setup() function work?

i am writing a basic program to make a shape and would like to use the setup function. Can anyone point me in the right direction.

Can anyone point me in the right direction.No, because I have no idea what class this method is in.
http://java.sun.com/j2se/1.5.0/docs/api/index.html
There are hundreds of classes. Find the one you're looking for and click on the setup() method. It will tell you what it does.

Similar Messages

  • Does the bluetooth function work with the scanner function on my Photosmart C5550?

    I have a new Dell computer and an HP Photosmart C5550.  I use bluetooth to connect to the print. The printer function works correctly but the computer does not recognize the scanner function. Does the scanner function work with bluetooth?
    This question was solved.
    View Solution.

    Sorry. I hit post before I could elaborate. Not sure what I was thinking. The Bluetooth connection will only support printing. To use the scan feature you will need to connect the printer using a USB or network connection. Hope that explains it a bit better.
    -------------How do I give Kudos? | How do I mark a post as Solved? --------------------------------------------------------

  • How does the Delta functionality works while updating Infocube from PA

    Hi Gurus
    How does the Delta functionality works when you send forecast to the Info cube from the Planning Area.
    As I have weekly based planning, every week we have to update the forecast into the Cube. If I update  every week into the Cube , then the values are going to append  in the Info cube.
    Shall I create ODS in between the Planning area  and the Info cube .
    (or)
    Any other method ?
    Please Suggest.

    Hi Preetham,
    Data Extraction from planning area to infocube usually its supports for full update only, when u r going to load the data from planning area to cube ,it deletes the previous data and u vil get the fresh data, this is the best method performance wise,
    if u want to use the delta functionality u can go for planning area to Dso, Dso to cube, it vil supports the delta functionality, but it vil degrades the system performance,
    regards
    ravi

  • How does the sync functionality work with large libraries on small devices?

    How does the sync functionality work with large libraries?
    Say I sync 100gb of photos with the new Photos app and turn on sync on a 16gb iphone. Will it fill the device up to 16gb? Can I tell it to limit to xgb so I leave room for music and apps? How does this work? Will it slow down my phone if its trying to sync 100gb across smaller devices?

    "Will the Apple TV now read directly from the Time Capsule?" ATV does not 'read' from the TC. It connects to the Mac and itunes library associated with the Mac. Of course the itunes program can 'point' to a library on the TC. You'll still need to have itunes open and the Mac powered on and not sleeping with the TC mounted to the Desktop to use ATV properly. So bottom line the use of TC just adds one more step to view files on the ATV.

  • Does the GPS function work if you are out of cellular & wifi range?

    How does the aGPS function of the iPhone 3G work? Do you have to have a cellular or wifi connection to be able to get a location fix, or will GPS satellite signals-only be sufficient?

    Question?
    Answer.
    If you don't have EDGE, or 3G, how is the iPhone MAP app going to download the map?
    It won't, as it can't.
    I don't believe they are built in.
    You believe right.
    This is why Apple needs to let someone build a true GPS app for the iPhone, which you can download the maps to the phone.
    Maybe. But this was not the question. The question was, if the iPhone 3G would be able to find it's location even without WiFi and cellular network. And yes, it would find the location. The question was not if it would be able to display that location in the Maps app.

  • How does the SignatureClear() function work?

    Hello everyone:
    I have read Javascript for Acrobat API Reference (8.0) and I'm still wondering how SignatureClear() works. Is it possible to clear a signature field with this? How? It is said that you can not work with it in Adobe Reader... but I have seen some other functions working despite of the Availability column: is it possible to use it in Reader?
    Code examples will be very appreciated.
    Regards,
    Javier

    Javier
    I have not reviewed thew API documentation, but I can comment...
    1)  To "clear" or remove a digital signature, you need to have access to the "private" key (digital credential\certificate) that was used to generate the signature.  This means that typically, only the signer can remove their own signature.
    2)  You cannot sign a PDF document with Reader, UNLESS the PDF has been "reader extended" with the "signing" permission that will enable the ability to sign a document with Reader.  A PDF can be extended with LiveCycle Reader Extensions (server product) or with Acrobat Professional.  I have nottried it myself, but I would assume that the "signing" permission would need to be enabled on the document to allow Reader to remove (clear) the signature, assuming agaion that Reader had access to the private key used to create the signature.
    Hope this helps.
    Steve

  • How does the TS_SeqFileSequenceNameExists() function work?

    I am creating a TestStand Sequence file using CVI and would like to know the correct syntax for using the TS_SeqFileSequenceNameExists() function.
    Basically what I'm trying to do is add a sub sequence to my file and if the sequence name already exists, change the name. So the code looks something like this:
    if(!(TS_SeqFileSequenceNameExists(seqFile,NULL,subSequenceName,&myTempVBool)))
    //sub sequence doesn't exist... add it
    else
    //subsequence name already taken, change the name
    Thanks,
    Marek D.

    Hi Marek,
    you're logic is a little out - in your example code you are testing the error, not the bool "myTempVBool"
    so something more like
    (TS_SeqFileSequenceNameExists(seqFile,NULL,sub SequenceName,&myTempVBool));
    if(myTempVBool == VFALSE)
    //sub sequence doesn't exist... add it
    else
    //subsequence name already taken, change the name
    NOTE :
    You need to rename the object BEFORE you try to insert it. Have a look at the help file on
    SequenceFile.InsertSequence where it says about the sequence must not already exist in the file. (Also don't forget to release the clone object when you've finished)
    Have a look at your other question on "How do I change the name of a sub sequence using CVI" , I've included an example there which shoul
    d help you out.
    S.
    // it takes almost no time to rate an answer

  • Does the Resume Function work in an Aggregator Project?

    I hope this is a simple yes or no question.  If I use the aggregator to publish several SWF's, will i be able to use the resume function that is built into Captivate's TOC settings?

    In my experience no it doesn't.  The Self-paced Learning bookmarking is more designed for single projects, not aggregated projects.

  • What does the VPN function do for me?

    I have a VPN function on my iphone what is it for?

    It is used for connecting to a Virtual Private Network.
    Usually they are used by employers for remote access to their systems by employees.
    You probably don't need to use it.
    Ian

  • What does the function skgesig_sigactionHandler() do?

    Hello,
    OS: RHEL 5.3
    OCCI: 11gR1 (11.1.0.7.0)
    From 11gR1, when a signal is received to my app, the function skgesig_sigactionHandler() is called.
    using namespace oracle::occi;
    int main()
    Environment* env = Environment::createEnvironment(oracle::occi::Environment::Mode(oracle::occi::Environment::THREADED_MUTEXED|oracle::occi::Environment::OBJECT));
    abort(); // abort intentionally
    return 0;
    (gdb) where
    #0 0x00000035b86306a7 in kill () from /lib64/libc.so.6
    #1 0x00002ba942a26317 in skgdbgcra () from /opt/oracle11/lib/libclntsh.so.11.1
    #2 0x00002ba942a231f2 in skgesigCrash () from /opt/oracle11/lib/libclntsh.so.11.1
    #3 0x00002ba942a233f1 in skgesig_sigactionHandler () from /opt/oracle11/lib/libclntsh.so.11.1
    #4 <signal handler called>
    #5 0x00000035b8630215 in raise () from /lib64/libc.so.6
    #6 0x00000035b8631cc0 in abort () from /lib64/libc.so.6
    #7 0x0000000000400f94 in main (argc=1, argv=0x7fff6a01d8a8) at test.cpp:126
    What does the function skgesig_sigactionHandler() do?
    If anyone knows it, please let me know.
    My app uses sigaction() for signal handling. So, I'm afraid of that my app will not work correctly.
    Any info, I will appreciate it.
    Thanks.
    Yoshitaka Egawa

    My apologies for my posting 3 threads of same contents.
    Please reply against the thread not yet answered.
    Thanks.
    Yoshitaka Egawa

  • In Mac's PAINTR application, what exactly does the "Splash" function do?

    n Mac's PAINTR application, what exactly does the "Splash" function do?

    You might also post your question over in the Mac App Store section of the Community, where you might have a better chance of running into someone else using the Paintr App.
    Mac App Store: Apple Support Communities
    Dennis

  • What does the bookmark bar do? How does it work?

    What does the bookmark bar do? How does it work?

    You can use the bookmarks bar in Safari to have links to some sites permanently shown at the top of the screen below the address field and icons - so you just have to tap the link on the bar to go to that site as opposed to tapping the bookmarks icon and finding the link in there. So it's just a slightly quicker way to go some of your more regularly used sites

  • Re: In Mac's PAINTR application, what exactly does the "Splash" function do?

    In Mac's PAINTR application, what exactly does the "Splash" function do?  It isn't mentioned in the Toolbox Documentation, but the "Splash" option is given right next to the "Draw" option at the top of the screen in the application itself.

    You might also post your question over in the Mac App Store section of the Community, where you might have a better chance of running into someone else using the Paintr App.
    Mac App Store: Apple Support Communities
    Dennis

  • What does the warning CS6 has stopped working mean for Elements 12?

    What does the warning CS6 has stopped working mean with ElemenT 12?

    Please read this (in particular the section titled "Supply pertinent information for quicker answers"):
    http://forums.adobe.com/docs/DOC-2325
    If you are talking about Photoshop Elements please post over at
    http://forums.adobe.com/community/photoshop_elements

  • I'm using numbers for my students grades. the passing grade is 30 points. what i want to happen is that very students with a grade of less than 30 will have their points it red color. does the IF function can do this? how?

    i'm using numbers for my students grades. the passing grade is 30 points. what i want to happen is that very students with a grade of less than 30 will have their points it red color. does the IF function can do this? how?

    Hi efren
    Conditional format will do this.
    Select the Cells, then Menu > Format > Show Conditional Format Rules
    Regards,
    Ian.

Maybe you are looking for

  • How can I filter the LOV rows at the runtime

    I am working in oracle forms 6i. My lov is based on a view. If I selected one row from LOV, that row should not appear in list box. I would like to restrict rows before saving a form. How can i filer the LOV rows at the runtime? Please help me.

  • How to get and display voltage value in Labview?

    First a little background: I am a college student doing an internship at a university and my project for the summer involves load cells. I am planning to use LabVIEW as both a multimeter and a calculator that would convert the voltage given off by th

  • Change a Word Document to A PDF File

    How Do I turn a word document into a PDF File?

  • License Transfer and Customer Support Nightmare - Please help.

    I have purchased a copy of Creative Suite and am trying to get the license transferred. I have been promised 3 times now via live chat that it will go through yet obstacles keep popping up. Initially the case was closed so I was unable to upload my r

  • IPv6 hardening Best Practices?

    Hi, I have been searching everywhere for information about best practices to harden Cisco devices when IPv6 is implemented, I have found many documents showing possible threats however some of them are more than 3 years old and don't give a good exam