国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 開發(fā) > Java > 正文

Calling Java program from C#

2024-07-21 02:20:18
字體:
供稿:網(wǎng)友
calling jaba program from c#

author date of submission user level
maheswara rao 07/18/2001 intermediate

  
source code sunmsmsrao.zip 7 kb

hi sharpers
this is mahesh again after some break. in this article i am going to show how to call java program using c#.  

according microsoft definition of c#: -
揅# is a simple, modern. object oriented language and combine the high productivity of vb and the raw power of c++?/font>

according mahesh definition of c#: -
揅# is simple, modern, object oriented beautiful language and daughter (she-sharp) of java and microsoft ?/font>

what i want to say sun (sun) and ms (moon) both are very important to it world (world) but both are now enemies now a days they are making languages to dominate each other.  this is sure without sun and moon there is no world like that with out sun and ms there is no it world. i pry to god to make both are good friends they should work for it people.   

this application has 4 files

shesharp.cs
javasharp.java
comp.bat  //for compel
j.bat  
in this application i used inner class for developing panel.

using system.windows.forms;
using system.drawing;
using system.drawing.drawing2d;
using system.diagnostics;
using system;

厖?

厖?.

//for mixed background
public void format(object s,painteventargs a)
    {
      graphics g=creategraphics();
      rectangle rect=new rectangle(0,0,300,300);
      color nyc=color.fromargb(200,50,5,200);
      lineargradientbrush b=new       lineargradientbrush(rect,color.darkorange,nyc,lineargradientmode.vertical);
      g.fillrectangle(b,rect);
    }

//for calling java program
private void calljava(object ob,eventargs arg)
    {
        process.start("j.bat");
    }

//using inner class for panel
public class pp:panel
    {
     int x;
     int y;
     timer t=new timer();
     string s="hi.../nyou know?/nwe are good friends/ni can call java ...";
     string mail="mail me../[email protected]/[email protected]";
     private label l=null;
     private label maill=null;
     color nyc;
//constructor
     public pp()
       {
       x=10;
       y=200;
     this.location=new point(0,10);
     nyc=color.fromargb(200,10,5,225);
     this.size=new size(300,230);
     maill=new label();
     l=new label();
     l.text=s;
     l.size=new size(250,100);
     l.forecolor=nyc;
     l.backcolor=color.transparent;
     l.font=new font("verdana",15,fontstyle.bold);
     l.textalign=contentalignment.middlecenter;
     maill.text=mail;
     maill.size=new size(160,40);
     maill.location=new point(10,192);
     maill.font=new font("verdana",7,fontstyle.bold);
     maill.forecolor=color.yellow;
     maill.backcolor=color.transparent;
     this.controls.add(l);
     this.controls.add(maill);
     t.interval=50;
     t.tick+=new eventhandler(draw);
     t.enabled=true;
      }

   protected override void onpaint(painteventargs a)
     {
      graphics g=a.graphics;
      rectangle rect=new rectangle(0,0,300,230);
      lineargradientbrush b=new lineargradientbrush(rect,color.darkorange,nyc,lineargradientmode.vertical);
      g.fillrectangle(b,rect);
      font ff=new font("arial",14,fontstyle.bold);
      solidbrush bb=new solidbrush(nyc);
      stringformat df=new stringformat();
     }

//for animation

     void draw(object ob,eventargs a)
     {
     l.location=new point(x,y);
      --y;
      if(y==-100)y=230;
        }
    }

    public static void main()
    {
    application.run(new shesharp());
厖?

厖?








  

remarks: os: win2000 and 98 with clr and java

this application is dedicated to sun and ms.  

mail me:

[email protected]

[email protected]

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 鹤岗市| 穆棱市| 马鞍山市| 山阳县| 龙游县| 金乡县| 繁昌县| 建水县| 边坝县| 镇赉县| 宜丰县| 马龙县| 莒南县| 池州市| 青浦区| 北川| 定州市| 武功县| 自治县| 潜江市| 沭阳县| 错那县| SHOW| 合山市| 收藏| 峨山| 上饶县| 黄浦区| 莱西市| 郑州市| 高邑县| 翼城县| 昌邑市| 监利县| 玉环县| 兴安县| 阿拉善左旗| 白河县| 大荔县| 苍溪县| 琼结县|