How to create a pc suite using java?

krishbcs

krishbcs

@krishbcs-5tG26c Oct 26, 2024
i want to create to create pc suite using java. already i know have nokia pc suite there. but i want to make some automation send sms and some extra application in pc suite. how to create ...........? is it possible......?

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • grsalvi

    grsalvi

    @grsalvi-7IhIh1 Dec 17, 2012

    For sms part , go to this link and get the concerned API : #-Link-Snipped-#

    For UI ,you must be knowing Swings .

    I don't know much about setting up connection however if you want to send mail ,there is another API package from JAVA.

    There are classes in java.io.net package which help for network related purposes. Find out if they fulfill your requirement.
  • krishbcs

    krishbcs

    @krishbcs-5tG26c Dec 18, 2012

    grsalvi
    For sms part , go to this link and get the concerned API : #-Link-Snipped-#

    For UI ,you must be knowing Swings .

    I don't know much about setting up connection however if you want to send mail ,there is another API package from JAVA.

    There are classes in java.io.net package which help for network related purposes. Find out if they fulfill your requirement.
    thank you...