Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View jrnbulu's full-sized avatar

Jyoti Ranjan Nayak jrnbulu

View GitHub Profile
@jrnbulu
jrnbulu / ServiceUtility.java
Created October 15, 2017 17:35
Standalone java application to block and unblock port and killing services
package com.Demo;
import java.awt.BorderLayout;
import java.awt.Dimension;
import java.awt.FlowLayout;
import java.awt.GridBagConstraints;
import java.awt.GridBagLayout;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;