Tag: Java

SOAP Client in java

If you are looking for java client for RESTful web service then you should visit this article: Simple REST client in java This article will teach you how to create a SOAP client in java. That is creating a client in java which requests soap server (no need to be in java) and get response from … Continue reading SOAP Client in java

Different button shapes in swing

Make a class that extends JButton and in its constructor write following [Following code is common for all shapes]: Round [Circular] buttons: Triangle buttons: Oval buttons: RoundRect buttons Star buttons: Just change the first argument of makeStarDesign to number of arrows you want in star and it will try to draw it for you. 🙂 … Continue reading Different button shapes in swing