Can you give me some code do this!

how to make appletviewer OutputApplet.html to display applet window in center !!

Go work with the alignment Attribute of the Applet Property that goes thus: <html><applet code="OutputApplet.calss" height="..." width="..." align="Center"></applet></html>

Similar Messages

  • Can you give me some code ?

    Can you give me some code ?
    (my email address is [email protected])

    Please be specific in your request.
    Try my SQL PlusPlus
    It generates variety of SQL, PL/SQL and SQLPlus code
    have a nice day,
    regards,
    M. Armaghan Saqib
    * SQL PlusPlus: Add power to SQL Plus command line
    * SQL Link for XL: Integrate XL with Oracle
    * Oracle Developer Tutorial with Sample GL
    Download free: http://www.geocities.com/armaghan/
    --------------------------------------------

  • Can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    can you give me some reasons about why I need to buy an iPod touch 5.Although I have the iPhone ,iPod nano, iPad ,MacBook pro,I think the iPod touch 5 is so attractive that I can't help buying it at once.If I have it,what I can do with it,can you tell me?

    All I can say is that I REALLY like my Touch 4th gen because I have all sorts of capabilities in a small form: e-mail, web browsing, news, weather, books, magazines, etc. etc.  Plus lots and lots of apps out there, including so many free ones.  I use the Cloud a lot so it's great to have everything sync'd to my MacBookPro (e-mail, Evernote, Pocket, etc.)
    It would be easier, though, to do some of this, especially magazines, on the iPad mini, but, again, I love the small size of the Touch. 
    As for the 5th gen instead of the 4th, the fifth has Siri and the 3D feature in maps, which are great.  And I'm sure it's a lot faster in iOS 6 than the 4th gen.  And cool colors! 
    Don't know if this helps . . .

  • Hsawwan ,can you give me some help?

    Although I'm very new, I have made up my mind to become a Oracle ACE in Ebs field.
    I will achieve this aim by working hard .
    I have made every mental preparations.
    can you give me some advice ?

    Hi,
    Have a look at the following thread, it should be helpful in answering your questions.
    ACE
    ACE
    Regards,
    Hussein

  • Can you give me some suggestions for encryption decryption

    ok i've written my own encryption decryption techniqu can you suggest me some better methods
    Attachments:
    EncrypDecrypt2.vi ‏59 KB

    karthik9 wrote:
    Not to publish ... this is very simple ... i just want to know should i improve this or scrap this
    You haven't replied but I guess I haven't answered your question either...
    Sure it works but from a LV programming standpoint it is very redundant and Rube Goldberg like.
    IMHO you should scrap what you have or at least clean it up.
    I am a long ways from being a LV expert but there are the things that pop right out at me when I see your code.
    You use identical code in three places, make it a sub-vi.
    Why start with a constant of -1 and increment it once inside your for-loop? This value will always be 0. 
    Don't use array size to set the number of iterations of your for-loop then use the iteration counter to index an array inside the loop, use auto indexing. 
    Your block diagram is sloppy and hard to follow.

  • Can you give me some idea why Temperature Need to cool down before you can use it. as this appears after 5min using.

    Dear Sir/Madam,
    My questions:
    Why Temperature appears and ipad need to cool down after 5m of using and not even hot. The guy from the apple store where i bought my Ipad2 told me that the motherboard need to be replaced. Ca you help me and give me some idea on how much it cause of the motherboard.
    Thank you
    Victoria

    if you need a new logic board for you iPad 2 i am sure the cost will be about 50% of what you paid for the iPad 2 $249.00, Take a look at this link, http://www.apple.com/support/contact/

  • Can you give me some suggestions

    My purpose is to design file monitor tool
    Now I can get the hash value for every file and put the filename and hash value into MS access database.
    If the content of file modifyed, the hash value have been changed. So I can know whether the file have been modified by md5 value.
    Considering security, whether I should encrypt the hash value

    THANKS silk.m
    yes, it's running locally to prevent local users from
    modying files.
    Can you descibe the system-wide hooks ,etc more
    detailly. Well, on windows you can redirect calls to certain API's. Say, for opening a file.
    If me (joe hacker) wants to modify filea.txt I can write a hook that looks for a call to open this file, and instead of giving you that file back, you will get backup-filea.txtSo to you, these files will be the same (cause I just copied it and renamed it), but I have silently modified the real file and am doing naughty things with it :)
    Basically - you need to lockdown the computer, and really try hard to prevent users from installing things on it.
    Also, you should definately first determine who your attacker is (i.e: threat model) because if it's just the secretary of the company there is less risk (though still some risk).
    Good luck.

  • Please can you give me sample code for badi

    Dear Freinds
             i have tried writing coding for the badi HRPAD00INFTY, but iam not able to get, my requirement is when the user enters for the ansal amount that amount
    should be divided by 12 and should be defaulted for basic pay (p9008-bet01)  based on the wage type (p9008-lga01=MFPY),
    i have calculated the value as , but now i have to assign the value to  p9008-bet01.
    please let me know how i should code.
    i am giving the code which is have written can you please let me know where i am wrong
    method IF_EX_HRPAD00INFTY~AFTER_INPUT.
    data: wa_pa0008 type pa0008.
    select Single * from pa0008 into wa_pa0008 where pernr = NEW_INNNN-pernr .
    if wa_pa0008-lga01 = 'MFPY'.
         new_innnn-bet01 = wa_pa0008-ansal / 12  -
    here iam not able to assign  
    endif.
    endmethod.
    regards
    syamla

    Hi pranesh
               thanks for  replying , but the only problem is i have to default the value
    for bet 01 from ansal
    ie from p0008-ansal to q0008-bet01.
    then only the method
    CALL METHOD cl_hr_pnnnn_type_cast=>prelp_to_pnnnn
    EXPORTING
    prelp = new_innnn
    IMPORTING
    pnnnn = wa_0008. " wa_9008
    will trigger for me and th wa_0008 will be filled up.
    since when i say create 0008 , then if i entering for ansal then i asking for entering
    value for q0001-bet01 , since the wage type for which i have to default the bet01
    will be there on the screen before only, so the screen expects that i have to enter the value for amount bet01, so that measn bet01 becomes mandatory,
    the method will work for me if iam able to make the bet01 being filled automatically from the calcualtion ( as per my requiremnt) i.e ansal/100.
    regards
    shanti

  • I've downloaded movies to my itunes but once they are finished they completely disappear. Also today I opened my itunes and over half of my music and movies that actually show up are gone. Can anyone give me some advice on this problem?

    I have downloaded movies through itunes until the latest version came out. Now the movies will download and then disappear. Everything is up to date so I'm not sure what is wrong. Also I opened my itunes today and over half of my music is missing along with several of the movies that do play. Luckily I have all my music saved, but the movies are completely gone. Does anyone have some ideas that could help me?

    There's a whole lot to read in your post, and frankly I have not read it all.
    Having said that, this troubleshooting guide should help:
    http://support.apple.com/kb/TS1538
    In particular, pay attention to the mobile device support sections near the bottom, assuming you have already done the items above it.

  • Can you give me some opinions?

    I didn't see a Forum on here appropriate for Printer questions, but since everyone uses a printer, I hope you don't mind my intruding here.
    I got a new Macbook today and since I got basically a free printer, I chose the Canon PIXMAmp620 for an extra $50 and am wondering..... I've always used an HP and cartridges and paper was cheap because the cartridges lasted forever. Is that so with this Canon, or is it expensive to run?
    They couldn't answer these questions at the Apple store. I'd appreciate any opinions I can get, because I can return it if I do it soon (I haven't set it up yet).

    We've got the printer set up now so time will tell if it's not economical. I don't like the idea of having to worry all the time about saving on ink.... My HP lazer-jet printer could print lots of reams of paper without needing a new cartridge. I could extend it's use by 6 months or so just by gently shaking the cartridge. This Canon is very slow to start printing.... My friend says she doesn't buy the color packets for hers any more, just the black for straightforward printing. That seems to save her money.

  • Can,t import mp3 music files into Lightroom 5 slideshow says it a invalid format,can you give me some guidance please

    Until I updated lightroom to 5.6 I had no problem with importing mp3 music files into slideshow but since then it informs me it is not a valid format.
    This is very frustrating as have made many slideshow of Weddings,Christenings  etc & have been really pleased with the result & so have my customers.
    Can any of you guys assist me with this problem
    Dave

    I have the same problem, i have also contact by the telefone but they have no solution
    Jean - Pierre

  • Can you give me some ideas on which to buy between macbook air and macbook pro?

         I am going to start another year in college very soon and I need a laptop to handle my school work or projects. I don't know what to choose between Macbook Air 13" (2013) and Macbook Pro 13" (RAM 8GB - Not Retina Display). Here are what I need to do on computer:
         - Long time surfing through the internet.
         - Social network : Facebook, Instagram, Line, Skype ....
         - Watching movies online (mayb more than 3-4 hours)
         - Typing documents or making slide shows.
         - A lot of documents, HD videos/movies, photos and music.
         - Using some graphic/plan design programs such as CorelDraw, Photoshop, Illustrator, AutoCad and so on. (Monthly but I still have to use it.)
         - Games are no needed cuz m not a gamer.
         That's all or maybe more, but I can't think of right now. My money is around 1500$. If you guys think I might need Air, should I configure it to match my expectations? I hope to having some good ideas from you. Thanks in advanced.

    Ive got BOTH the Pro and AIr youre interested in, for what YOU say you want, Id get the Air.
    Since you said you were only going to "some graphic/plan design programs", the Air is perfect for moderate Photo editing.
    and you said no games.
    Air has fewer parts, only one moving part (the fan), lite as an Ipad (almost) but a full powered computer.
    No HD heads to crash, fewer parts = simplicity = less to fault.  
    Runs cooler than anything else out there (which = durability).  Heat is a killer on a scale of 10X over that of accidents.
    Pack around a regular notebook around about 20 days, then an Air, .....after that the standard laptops stays at home.    
    Air is the only Mac that has Haswell, 802ac wifi, and incredible 12hr. batt life in 13" I5.
    Get the 13" much longer battery life, and the screen real estate is better, Ive owned both 11" and 13".     13" also has an SD card slot the 11" doesnt have.
    Picture of macbook Air simplicity below

  • Can you give me some color correction/film grain suggestions?

    Hey guys, I have CS3 and an Intel Q9550 @ 3.4 Ghz PC set up.  I am working on an HDV project.  My files are .m2t files brought in through HDV Split.  Anyway, below are the main four shots of the Teaser Trailer I just captured.  I have After Effects and can probably get my hands on Combustion or Magic Bullet, but I'd rather do everything in Premiere Pro.  What suggestions do you have in regards to color correction and film grain?  You can use the images if you want to mess around in Photoshop with to show me examples if you need to.  THANKS!!!

    For "film grain," I assume that you wish to ADD it. If so, Jim has nailed it.
    If you wish to remove it from, say an underlite, underexposed Clip, then Neat Video is the tool for that.
    Good luck,
    Hunt

  • 2 years aggo i think there was this browser with a Rocket icon or something like that. The developing was from Mozzila. Can you give me the name of this project

    There was a link on mozilla web page. The link was located on the bottom of the page, but it seams that its no longer there

    The only browsers from mozilla.org has been Firefox and the SeaMonkey suite.

  • Can you give me some help?

    Here's the original post:
    http://forum.java.sun.com/thread.jspa?threadID=695547&tstart=0

    It did have useful replies. It's just that the OP only waited 12 minutes before reposting here.

Maybe you are looking for

  • Purchase Order For Cost Center

    Hi, 1. Please explain as I am trying to create a PO and i gave Account type: K(Cost center). I got the following error "Create Account 140000 as a cost element in controlling area 4000 " How can i solve this problem. I actually created a cost center

  • I have a question, Please.

    When I try to install iTunes 7, it pauses at Validating Install, then it doesn't say anything about what it's doing, and then the green progress bars clear. I really want help because i want itunes 7. any answerws?

  • What is better HDMI audio or Optical audio?

    Just wondering. If optical is better, will the optical port cancel out the HDMI Audio?

  • Are there any good code examples for displaying preview images in the storefront?

    I can gather other info using folio.xxx, but can not find any good examples to use for preview images.  Tried folio.getPreviewImage() with no success.  Oh, I should mention it is version 2.  Plenty of examples for version 1. Perhaps if I get a little

  • Cannot open iTunes too

    I'm a new user and have just downloaded itunes, when i try to open it, it says: _iTunes has encountered a problem and needs to close. We re sorry for the inconvenience._ what can i do? i tried the older version and it didn't work too.