Skip to content

Instantly share code, notes, and snippets.

View korkmazkadir's full-sized avatar

Kadir Korkmaz korkmazkadir

View GitHub Profile
@korkmazkadir
korkmazkadir / ChatClient.java
Created February 12, 2018 08:40
Chat Client Interface
package simplechat.common;
import java.rmi.Remote;
import java.rmi.RemoteException;
/**
*
* @author Kadir Korkmaz
*/
@korkmazkadir
korkmazkadir / ChatServer.java
Last active February 11, 2018 16:10
Chat Server Interface
package simplechat.common;
import java.rmi.Remote;
import java.rmi.RemoteException;
/**
*
* @author Kadir Korkmaz
*/
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package com.kadirkorkmaz.chatrmi.client.gui;
/**
*
* @author kadir