Please check this out!!

My problem is date didn't show properly!! why??
final Calendar Today = new GregorianCalendarCalendar.YEAR,Calendar.MONTH,Calendar.DATE);
String showDate = Today.toString()
JLabel abc = new JLabel();
abc.setText(showDate);

Alright.... wicked man!!!!
Yo, check dis out, man....
| |       _
| |      | |
| | _  _ | |
| || || || |
| || || || |
| || _| || |
| |/  /_|| |
| /()/     |
|/  / \    |
----------

Similar Messages

  • Hello, please check this out..

    I have an iPhone 2G 8GB and my problems are:
    1. My iPhone is stuck on Connect to iTunes
    2. My iPhone's screen is GREEN
    3. When I tried to restore the software, my phone would turn off then cancels the software restoring.
    4. When I unplug my iPhone 2G it will suddenly shut off and pressing the Power button can't get my iPhone on.
    5. I get errors like 1611, 1600, 1603 after the software restore failed.
    These are the actual pictures:
    -I know that Error 1611 is hardware issue, should i replace my battery?
    -Should I use original apple sync cable?
    -What are the remedies?
    Please help, this is my one and only first iPhone. I live here in Philippines..

    No, not the way you have designed it.
    What you have is
    Son1 IS A Father
    Son2 IS A Father
    Are you sure that is what you want, while the Sons will most likely end up as Fathers, as you only want the Father constructor called once it sounds like you want a
    Son1 HAS A Father.
    To do this you need to user composite relation.
    I.e.
    class Father {
       Father() {
           System.out.println( "Daddy!" );
    class Son {
      private final Father myFather;
       Father( Father myFather ) {
           this.myFather = myFather;
           System.out.println( "Son" );
    public static void main( String[] args ) {
        Father baba = new Father();
        Son jerry = new Son( baba );
        Son fred = new Son( baba );
    }

  • Social Pictures Website - Please check this out and let me know what you think!

    We've released a new social pictures website. You can disuss images on there or submit your own images for inclusion. We're currently driving a lot of traffic to the site and getting feedback. Keep in mind the interface is still pretty basic while we figure out what direction to take this.
    Review please and provide input if you can.
    http://www.like-it-or-hate-it.com
    Thanks!

    Keep in mind that when it comes to reproducing music, size matters. Tiny little plug-in pairs of speakers like these are more novelties than practical solutions for headphones-free listening because they can't move much air, which is necessary to reproduce lower frequencies at useful sound levels. Basically, they are a pair of low power tweeters & that's just about what they will sound like.
    I have a pair of the fold-out speakers pictured in one of the URL's -- they use roughly 2" drivers, each in an enclosure tuned to augment the lower frequencies, & have their own power amps, requiring either USB or separate batteries to power. When folded up, the package is about the size of a small grapefruit -- much larger than either the plug-in speakers or the iPod. Even so, the sound they produce would never be mistaken for rich, full range audio.

  • Am trying to purchase a subcription, giving all the necessary details, told that i am to receive a reply back, which i am NOT receiving even though after 3 days. could you please check this out

    Could you please let me know about the above as i need to transfer files urgently. Have tried to resend again but to no avail.

    Hi stephena,
    I have checked your account; there are no recent orders under the email address that you use here in the forums. So, I'm wondering if you may have signed up using a different email address, or signed up for a subscription via a Reader mobile app? For the latter, those subscriptions are handled by the app store from which you made the purchase, so Adobe wouldn't have record of those.
    Best,
    Sara

  • Please check this out, It is array loop question

    Question is given main class which is
    import java.util.Scanner;
    public class PascalDriver{
    public static void main(String[] args){
    Scanner scan = new Scanner(System.in);
    System.out.println("Enter number of rows");
    int rowCount = scan.nextInt();
    PascalTri t = new PascalTri(rowCount);
    t.displayRows();
    then ask me to right a class which is named PascalTri
    that is what I get:
    public class PascalTri {
    int triangle[][]=new int[rows][rows];
    for(int i=0;i<rows;i++){
    for(int j=0;j<rows;j++){
    triangle[i][j]=0;
    triangle[0][0]=1;
    triangle[1][0]=1;
    triangle[1][1]=1;
    for(int i=2;i<rows;i++){
    triangle[0]=1;
    for(int j=1;j<=i;j++){
    triangle[i][j]=triangle[i-1][j-1]+triangle[i-1][j];
    public displayRows(){
    return triangle[i][j];
    is it right? I donot know y dr.java says "for(int i=0;i<rows;i++){ "is an error, I donot know y, can anyone help me?

    public class PascalTri {
    private int triangle[][];
    private int rows;
    public PascalTri(int numRows){
    rows = numRows;
    int triangle[][]=new int[rows][rows];
    for(int i=0;i<rows;i++){
    for(int j=0;j<rows;j++){
    triangle[i][j]=0;
    triangle[0][0]=1;
    triangle[1][0]=1;
    triangle[1][1]=1;
    for(int i=2;i<rows;i++){
    triangle[0]=1;
    for(int j=1;j<=i;j++){
    triangle[i][j]=triangle[i-1][j-1]+triangle[i-1][j];
    public void displayRows(){
    System.out.println(triangle[i][j]);
    }I am a foreign student, maybe I donot understand what you mean clearly. But I think my code is right, it all makes sence. then value will get into construct and  I really think this is right.... Can you tell me where is my error?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Linking to a mp4 / video file.. please check this out

    getting frustrated with this..
    go to this page..
    www.thedailypodvid.com/archive
    this is just an experiment - look at the three files - they seem to be identical in type and extension.. BUT, the bottom two do not load properly?? BEWARE, first file is of slight adult nature.
    Is it because of the type of webserver it is on?? i just want to link to these files so people can download..
    thansk in advance!!
    PB 17", IB 14"   Mac OS X (10.4)  
    PM 1.6   Mac OS X (10.4)  

    Note that there are and will be many other players which can play mp4 files (Mplayer, VLC media player, RealPlayer). So it is good practise to always provide additional download link in cases when you use QuickTime plug-in to embed mp4 files. (and when we are in here for mp4 embed you can even create script which checks if QuickTime is installed, if not try RealPlayer, and only after that provide QuickTime Player/plug-in download)
    For plain links just make sure that your server sends correct MIME-type video/mp4 for .mp4 extension.
    Send the following message to your server administrator:
    “I am putting an MP4 video on my Web site, but your Web server doesn’t support this file type. Could you make sure files with an .mp4 extension are mapped to MIME type video/mp4.”
    If your server is apache then you can also try to add following line to your .htaccess file
    AddType video/mp4 mp4
    Additionally if you want to try force download dialog, instead Quicktime(when available) playing mp4 directly in empty browser window, after clicking link, you can use Content-Disposition header. For example add following to .htaccess (Note that headers module must be in use)
    <IfModule mod_headers.c>
    <Files "*.mp4">
    SetEnvIf Request_URI "/([^>*)$" IT=$1
    header set Content-Disposition "attachment; filename=\"%{IT}e\"
    </Files>
      Windows XP Pro  

  • Can someone please check this out

    This topic,   https://discussions.apple.com/thread/3008511?tstart=0    titled "Tech Tools Deluxe" in the iMac Intel forum,  https://discussions.apple.com/community/desktop_computers/imac_intel?view=all
    appears listed under All Content.
    However, when I use Refine this list and select Using your iMac Intel, which is where it belongs, it disappears. it is not listed in any of the other subforums. It may sometimes shows up in Overview. I have no idea why or when it will.
    After opening and then closing Refine this list, it doesn't appear any longer in All Content.
    If I use my browser bookmark, which is set for iMac Intel> Overview>Using your iMac Intel, it may appear for a split second and then disappear.
    I don't know if this matters: I start my visit to Using your iMac Intel through my browser bookmark. Then, from there, I may navigate to All Content.
    This behavior, of which this particlar thread is only one example, is really driving me nuts.
    I'm wondering if anyone else can reproduce or has seen this.
    EDIT: I just moved from All Content to Overview and, inexplicably, it is now showing up.

    Found another case in Mac OS X Technologies
    Notice the second post Re: Display Random Numbers This is Overview no refinement.
    Now
    Refine to Applescript the post is gone. (Trust me it doesn't show up in any other refinement either)
    Click the X next to Applescript and its back:
    The same behavior happens in All Content or Discussions.
    Thought it might be related to tags but this post is tagged applescript so that wouldn't appear to be it.
    Part of the problem is that the 'subgroups' aren't really groups anymore only groupings of post. You use to be able to go to an actual physically group Applescript which was a sub group of the category OS X  Technologies now the only thing that really exists is the top group OS X  Technologies the subgroups are really views into the main group.

  • Shake mystery... please check this out!

    Hi,
    I exported a 10Bit uncompressed clip from FCP. The clip has a length of 00:00:23:13 which equals 588 frames.
    In Shake the clips global settings are 1-588 and the same applies to the timeline. I add a *Smoothcam node*, a Rotoshape and a Blur.
    *Now the mystery:*
    When I export the clip and import it back into FCP it is exactly one second longer than my original source clip. I don't get it. What could the reason be? Any ideas?

    I just checked on a calculator and it seems like you are working in 25 fps in FCP but exported the Shake movie at 24 fps. Make sure it is set to 25 fps in the Format section of the Globals tab and also in the Codec Options dialog in the FileOut.

  • New Users Please Check This Logic 7 Quick Tours Out, Its Pretty Good

    Please Before Asking Further Question Make Sure You Check This Out First
    http://www.apple.com/logicpro/quicktours/
    Its Not As Detailed As Martin Sitter's But For A Free Tours Its Great
    I hope Mike C The Moderator Will Keep A Link On The Top Just Like The Other Yellow Link
    $ta$h

    lol, yeah I heard great things aobut that video, but didn't get it yet. I am still weeding through the great Apple Pro Series books, and I am concentrating right now on getting the right sound out of my guitar and voice, since i am far enough in logic to be able to do that first. I think sometimes we lose focus in getting to know everything a tool can do, v/s composing and concentrating on the music and the sound.
    I'm hoping to post something to the other thread on forum music after this weekend, where I'll have the time to record with my new Rode K2 and my new Focusrite ISA 220. I have no more excuses to not get it right.
    R

  • I am getting pop ups on safari and firefox lately and am worried i may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    I am getting pop ups on safari and firefox lately and am worried I may have malware or something now on my computer doing this. What is the best way to check this out for sure and remove it?

    Please review the options below to determine which method is best to remove the Adware installed on your computer.
    The Easy, safe, effective method:
    http://www.adwaremedic.com/index.php
    If you are comfortable doing manual file removals use the somewhat more difficult method:
    http://support.apple.com/en-us/HT203987
    Also read the articles below to be more prepared for the next time there is an issue on your computer.
    https://discussions.apple.com/docs/DOC-7471
    https://discussions.apple.com/docs/DOC-8071
    http://www.thesafemac.com/tech-support-scam-pop-ups/

  • While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette

    Just updated firefox. While trying to run it show error message : "The application or DLL C:\Program Files\Mozilla Firefox\sqlite3.dll is not a valid Windows image. Please check this against your installation diskette." Tried to download and install new firefox, but it alway show that the file is corrupt
    == Today ==
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; InfoPath.2)

    Do a clean reinstall and download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    You can skip the step to create a new profile, that is not necessary for this issue.
    See http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall

  • Email virus that says check this out

    My wife got an email from a friend that said "check this out".  Of course she opened it and now she cannot use Facebook--any ideas on what this is and how to fix it?

    What OSX version?
    ClamXAV, free Virus scanner...
    http://www.clamxav.com/
    Free Sophos...
    http://www.sophos.com/products/enterprise/endpoint/security-and-control/mac/
    Little Snitch, stops/alerts outgoing stuff...
    http://www.obdev.at/products/littlesnitch/index.html

  • After renaming my MAC hard drive, Acrobat, Illustrator and Bridge fail to launch. Acrobat returns the error message "An internal error occurred". I've checked this out and it seems related to user permissions. The version is Acrobat X. My machine has mult

    After renaming my MAC hard drive, Acrobat, Illustrator and Bridge fail to launch. Acrobat returns the error message "An internal error occurred". I've checked this out and it seems related to user permissions. The version is Acrobat X. My machine has multiple user accounts. Any help would be appreciated. I renamed the drive to its original name but to no effect. RR

    I resolved the issue.
    The problem is indeed a permissions issue with the Adobe Application Support folder.
    First, in MAC OS Lion the ~/Library/ folder is hidden by default. You must unhide it in order to proceed. (if it is already visible in your ~/User/ folder, proceed to Step 4.)
    Next launch the Terminal application.
    At the command line, paste the following command line: chflags nohidden ~/Library/
    Go to /Users/youruserid/Library/Application Support/Adobe
    Get info on the ~/Adobe folder and reset your permissions to read/write and apply to all enclosed folders
    Problem solved. RR

  • TS3297 hi i was perfectly ordering from i tune all of a sudden i cant do that any more message coming up can not open the page please sort  this out for me

    hi i had a perfect account with itune all of a sudden stoped and constantly a  message coming up can not open the page and since then i tred to change my password still cant buy any song please sort this out
    thank you
    rico jafarian

    Mike,
    Are any of your other applications going wonky, or is it just Logic?
    I'm afraid I've never heard of this particular problem before, but if it were happening to me the first thing I would do is delete my "com.apple.logic.express.plist" file in Library>Preferences, then repair permissions in Disc Utility, and finally restart my computer.  Then I would launch Logic and see if the problem has been corrected.  It's amazing how much these two steps can accomplish.
    If that doesn't resolve the issue I would launch Logic and go to Preferences>Audio Units Manager to see if all my plug-ins are properly validated.

  • Hey guys check this out!!

    I though that Tiger was only able to run in apples pcs I guess not....this is crazy.
    Check this out http://os-emulation.net/pearpc/web/tiger.html I have never seen this before Have you guys?

    PearPC is a Mac emulator. It creates a virtual Mac on the Windows box, similar to (but the opposite of) Microsoft's Virtual PC for Mac.
    I'd guess it's slow and unreliable, but certainly possible.

Maybe you are looking for

  • Can I use iMessage on mountain lion with 2 Apple ID's?

    I have an Apple ID for my mac and iCloud and one for my iPad. I am not able to add the ipad ID to my mac imessage app so I am not able to sync the messages. Is there a fix to that? ipad using my itunes ID Mac using my old moblie me adapted to icloud

  • How to manage playlists with multiple devices?

    We have multiple devices in our household that use the same Macbook Pro.  We all like different kinds of music and we are now having a difficult time trying to manage the playlists on the different devices.  How do we manually manage playlists for ea

  • Content Search Web Part shows Subsite that has been renamed

    I'm having an issue with the CSWP.  The query that i have set is returning exactly what i want however, i renamed a subsite to a different name and the CSWP is showing two line items in the web part.  1 for the old subsite and 1 for the newly named s

  • Old Ipod and Older Computer

    Hello all, I have an older imac, running a version of 9.? and I have a Gen 1 ipod. I need itunes to run this an have been unable to find the disk that came with my ipod/computer. Does anyone know where I can find such an older version of itunes? Pls

  • Background job in shell script?

    I run these three commands on the command line to start my Linux gnome session. But when I embed them in a script, as follows, it is as if control is never returned from starting the first command in the background. Obviously I am ignorant of some ba