VOOZH about

URL: https://www.javacodegeeks.com/author/harsh-raval

⇱ Harsh Raval, Author at Java Code Geeks


  • Desktop Java👁 Image
    Harsh RavalOctober 16th, 2012
    15 720

    Create new message notification pop up in Java

    First create JFrame to work as pop up. Add some JLabels in it to contain information and assign them at…

    Read More »
  • Enterprise Java👁 Image
    Harsh RavalSeptember 27th, 2012
    0 183

    Useful Ant build tags

    Questions: How to do following tasks in ant file? Make zip file. Run command. Copy files to remote machine. Run…

    Read More »
  • Desktop Java👁 Image
    Harsh RavalSeptember 24th, 2012
    1 134

    Transparent JFrame using JNA

    In Make JFrame transparent I had shown a way to making frame’s transparent using AWTUtilities class. But using that class…

    Read More »
  • Desktop Java👁 Image
    Harsh RavalSeptember 13th, 2012
    0 694

    Make JFrame transparent

    First create a frame that has a slider in it which will be used to set transparency amount. import javax.swing.JFrame;…

    Read More »
  • Communications👁 Image
    Harsh RavalSeptember 12th, 2012
    0 177

    Gateway interaction in Smack API

    Gateway interaction is described by XEP-0100. The query xmlns (namespace) used for this is same as IN-Band registration, that is…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Harsh RavalSeptember 11th, 2012
    18 32,223

    Simple REST client in Java

    Today most of the mobile applications that used to communicate to some server use REST services. These services are also…

    Read More »
  • Android Core👁 Image
    Harsh RavalAugust 21st, 2012
    4 198

    Android: File transfer with asmack and Openfire

    I have seen many peoples struggling from file transfer in asmack – Android build environment and patches for smack. I…

    Read More »
  • Desktop Java👁 Image
    Harsh RavalAugust 2nd, 2012
    1 825

    Chat bubble in Java Swing

    This article will explain you “how to draw chat bubble in java swing application?” Chat bubble is same as call-out…

    Read More »
Back to top button
Close